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
[LV] Add test showing debug output for loops with uncountable BTCs.
[llvm-project.git]
/
clang
/
unittests
/
libclang
/
CMakeLists.txt
blob
b3644a0e710e1405e7136b7066e21c8ec9f71a3e
1
add_clang_unittest(libclangTests
2
LibclangTest.cpp
3
)
4
5
target_link_libraries(libclangTests
6
PRIVATE
7
libclang
8
)
9
10
add_subdirectory(CrashTests)