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
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
llvm
/
unittests
/
Transforms
/
IPO
/
CMakeLists.txt
blob
4e4372179b46c7931c5db4a290f1952437a27231
1
set(LLVM_LINK_COMPONENTS
2
Analysis
3
AsmParser
4
Core
5
IPO
6
Support
7
TargetParser
8
TransformUtils
9
)
10
11
add_llvm_unittest(IPOTests
12
LowerTypeTests.cpp
13
WholeProgramDevirt.cpp
14
AttributorTest.cpp
15
FunctionSpecializationTest.cpp
16
)
17
18
set_property(TARGET IPOTests PROPERTY FOLDER "Tests/UnitTests/TransformsTests")