repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[test/Object] - Move/rewrite 2 more test cases.
[llvm-complete.git]
/
tools
/
llvm-reduce
/
CMakeLists.txt
blob
3ff7b7a18e9b6a57f291acc94a38969e8a78b954
1
set(LLVM_LINK_COMPONENTS
2
AllTargetsAsmParsers
3
AllTargetsCodeGens
4
AllTargetsDescs
5
AllTargetsInfos
6
Core
7
IRReader
8
Support
9
Target
10
TransformUtils
11
)
12
13
# Support plugins.
14
set(LLVM_NO_DEAD_STRIP 1)
15
16
add_llvm_tool(llvm-reduce
17
llvm-reduce.cpp
18
TestRunner.cpp
19
deltas/Delta.cpp
20
deltas/ReduceFunctions.cpp
21
deltas/ReduceGlobalVars.cpp
22
23
DEPENDS
24
intrinsics_gen
25
)
26
export_executable_symbols(llvm-reduce)