mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-13 23:18:51 +00:00
[CMake] lli depends on intrinsics_gen
ChildTarget.cpp has the following include chain: llvm/ExecutionEngine/Orc/OrcABISupport.h llvm/ExecutionEngine/Orc/IndirectionUtils.h llvm/IR/IRBuilder.h llvm/IR/ConstantFolder.h llvm/IR/InstrTypes.h llvm/IR/Attributes.h llvm/IR/Attributes.gen This means lli needs to depend on intrinsics_gen. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@287420 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6f60be5bfa
commit
2eb4133a38
@ -40,5 +40,8 @@ endif( LLVM_USE_INTEL_JITEVENTS )
|
||||
add_llvm_tool(lli
|
||||
lli.cpp
|
||||
OrcLazyJIT.cpp
|
||||
|
||||
DEPENDS
|
||||
intrinsics_gen
|
||||
)
|
||||
export_executable_symbols(lli)
|
||||
|
Loading…
Reference in New Issue
Block a user