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
[docs] Fix build-docs.sh
[llvm-project.git]
/
llvm
/
unittests
/
Transforms
/
IPO
/
CMakeLists.txt
blob
6c2a0f34e12c25d60258d59865952b8c14a36e1c
1
set(LLVM_LINK_COMPONENTS
2
Analysis
3
AsmParser
4
Core
5
IPO
6
Support
7
TransformUtils
8
)
9
10
add_llvm_unittest(IPOTests
11
LowerTypeTests.cpp
12
WholeProgramDevirt.cpp
13
AttributorTest.cpp
14
)
15
16
set_property(TARGET IPOTests PROPERTY FOLDER "Tests/UnitTests/TransformsTests")