468663ddbb
Former-commit-id: 1d6753294b2993e1fbf92de9366bb9544db4189b
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
|
|
)
|