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
Revert r354244 "[DAGCombiner] Eliminate dead stores to stack."
[llvm-complete.git]
/
unittests
/
IR
/
CMakeLists.txt
blob
a823407169f5ed31da75e1c7fc28e5d1ddbffdcf
1
set(LLVM_LINK_COMPONENTS
2
Analysis
3
AsmParser
4
Core
5
Support
6
Passes
7
)
8
9
add_llvm_unittest(IRTests
10
AsmWriterTest.cpp
11
AttributesTest.cpp
12
BasicBlockTest.cpp
13
CFGBuilder.cpp
14
ConstantRangeTest.cpp
15
ConstantsTest.cpp
16
DebugInfoTest.cpp
17
DebugTypeODRUniquingTest.cpp
18
DominatorTreeTest.cpp
19
DominatorTreeBatchUpdatesTest.cpp
20
FunctionTest.cpp
21
PassBuilderCallbacksTest.cpp
22
IRBuilderTest.cpp
23
InstructionsTest.cpp
24
IntrinsicsTest.cpp
25
LegacyPassManagerTest.cpp
26
MDBuilderTest.cpp
27
ManglerTest.cpp
28
MetadataTest.cpp
29
ModuleTest.cpp
30
PassManagerTest.cpp
31
PatternMatch.cpp
32
TypesTest.cpp
33
UseTest.cpp
34
UserTest.cpp
35
ValueHandleTest.cpp
36
ValueMapTest.cpp
37
ValueTest.cpp
38
VerifierTest.cpp
39
WaymarkTest.cpp
40
)
41
42
target_link_libraries(IRTests PRIVATE LLVMTestingSupport)