Skip to content

Commit

Permalink
Move #include into #ifdef TI_WITH_LLVM
Browse files Browse the repository at this point in the history
  • Loading branch information
PGZXB committed Mar 23, 2022
1 parent 5b9f865 commit 0415448
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions taichi/codegen/codegen_llvm.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#include "taichi/llvm/llvm_offline_cache.h"
#ifdef TI_WITH_LLVM
#include "taichi/codegen/codegen_llvm.h"

#include "taichi/llvm/llvm_offline_cache.h"
#include "taichi/ir/statements.h"
#include "taichi/struct/struct_llvm.h"
#include "taichi/util/file_sequence_writer.h"
Expand Down

0 comments on commit 0415448

Please sign in to comment.