mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-09 21:50:50 +00:00
[CMake] llc depends on intrinsics_gen
llc.cpp has the following include chain: llvm/Analysis/TargetLibraryInfo.h llvm/IR/Function.h llvm/IR/Argument.h llvm/IR/Attributes.h llvm/IR/Attributes.gen This means llc needs to depend on intrinsics_gen. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@287422 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ef6571d1c3
commit
2e7d7fa23f
@ -19,5 +19,8 @@ set(LLVM_NO_DEAD_STRIP 1)
|
||||
|
||||
add_llvm_tool(llc
|
||||
llc.cpp
|
||||
|
||||
DEPENDS
|
||||
intrinsics_gen
|
||||
)
|
||||
export_executable_symbols(llc)
|
||||
|
Loading…
Reference in New Issue
Block a user