mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
81848a59ac
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. llvm-svn: 287404
12 lines
122 B
CMake
12 lines
122 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
Support
|
|
Symbolize
|
|
)
|
|
|
|
add_llvm_tool(sanstats
|
|
sanstats.cpp
|
|
|
|
DEPENDS
|
|
intrinsics_gen
|
|
)
|