[Sanitizers] UBSan unreachable incompatible with Kernel ASan
[llvm-core.git] / tools / llvm-stress / CMakeLists.txt
blob139ab9e0d8f967de4381d1cafd84401644e49411
1 set(LLVM_LINK_COMPONENTS
2   Analysis
3   Core
4   Support
5   )
7 add_llvm_tool(llvm-stress
8   llvm-stress.cpp
10   DEPENDS
11   intrinsics_gen
12   )
13 export_executable_symbols(llvm-stress)