repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[OptTable] Fix typo VALUE => VALUES (NFCI) (#121523)
[llvm-project.git]
/
llvm
/
tools
/
llvm-stress
/
CMakeLists.txt
blob
9073555b19adab6483383b859eea8c8ef5778127
1
set(LLVM_LINK_COMPONENTS
2
Core
3
Support
4
)
5
6
add_llvm_tool(llvm-stress
7
llvm-stress.cpp
8
9
DEPENDS
10
intrinsics_gen
11
)