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]
/
clang
/
unittests
/
AST
/
Interp
/
CMakeLists.txt
blob
8fa5c85064dbce5fc3869e4cd70d1262d22313ed
1
add_clang_unittest(InterpTests
2
Descriptor.cpp
3
)
4
5
clang_target_link_libraries(InterpTests
6
PRIVATE
7
clangAST
8
clangASTMatchers
9
clangBasic
10
clangFrontend
11
clangSerialization
12
clangTooling
13
)
14
15
target_link_libraries(InterpTests
16
PRIVATE
17
clangTesting
18
)