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
/
Support
/
CMakeLists.txt
blob
22be5ed18cc7a3fd54ac4f6267a7ee414e4205cb
1
set(LLVM_LINK_COMPONENTS
2
Support
3
)
4
5
add_clang_unittest(ClangSupportTests
6
TimeProfilerTest.cpp
7
)
8
9
clang_target_link_libraries(ClangSupportTests
10
PRIVATE
11
clangAST
12
clangBasic
13
clangFrontend
14
clangSerialization
15
)