mirror of
https://github.com/RPCS3/llvm.git
synced 2025-04-03 22:01:56 +00:00
[CMake] sanstats depends on intrinsics_gen
sanstats.cpp has the following include chain: llvm/Transforms/Utils/SanitizerStats.h llvm/IR/IRBuilder.h llvm/IR/ConstantFolder.h llvm/IR/InstrTypes.h llvm/IR/Attributes.h llvm/IR/Attributes.gen This means sanstats needs to depend on intrinsics_gen. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@287404 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f3fc2834ab
commit
4ed355301c
@ -5,4 +5,7 @@ set(LLVM_LINK_COMPONENTS
|
||||
|
||||
add_llvm_tool(sanstats
|
||||
sanstats.cpp
|
||||
|
||||
DEPENDS
|
||||
intrinsics_gen
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user