Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
bc041b82d44b51a3b7da79c38e4052e28ff8011c
/
.
/
llvm
/
tools
/
llvm-stress
/
CMakeLists.txt
blob: 8f2b30e4163bd4d0bd00b9b412cd90a935d44496 [
file
] [
log
] [
blame
]
set(LLVM_LINK_COMPONENTS
Analysis
Core
Support
)
add_llvm_tool(llvm-stress
llvm-stress.cpp
)
export_executable_symbols(llvm-stress)