Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 12, 2022
1 parent b149436 commit 6a1a2bb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions taichi/runtime/llvm/llvm_offline_cache.h
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,10 @@ class LlvmOfflineCacheFileReader {
LlvmOfflineCache &&data,
LlvmOfflineCache::Format format);

std::unique_ptr<struct llvm::Module> load_module(const std::string &path_prefix,
const std::string &key,
llvm::LLVMContext &llvm_ctx) const;
std::unique_ptr<struct llvm::Module> load_module(
const std::string &path_prefix,
const std::string &key,
llvm::LLVMContext &llvm_ctx) const;

std::string path_;
LlvmOfflineCache data_;
Expand Down Expand Up @@ -193,4 +194,4 @@ class LlvmOfflineCacheFileWriter {

} // namespace lang
} // namespace taichi
#endif // TI_WITH_LLVM
#endif // TI_WITH_LLVM
2 changes: 1 addition & 1 deletion taichi/runtime/llvm/llvm_runtime_executor.h
Original file line number Diff line number Diff line change
Expand Up @@ -164,4 +164,4 @@ class LlvmRuntimeExecutor {
} // namespace lang
} // namespace taichi

#endif // TI_WITH_LLVM
#endif // TI_WITH_LLVM

0 comments on commit 6a1a2bb

Please sign in to comment.