Skip to content

Commit

Permalink
Fixed compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
PENGUINLIONG committed Jul 12, 2022
1 parent 6a1a2bb commit 81008cd
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions taichi/runtime/llvm/llvm_offline_cache.h
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,9 @@ 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<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

0 comments on commit 81008cd

Please sign in to comment.