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
[lldb][test] Try a workaround for module cache test on Arm/AArch64 Linux
[llvm-project.git]
/
clang
/
tools
/
clang-fuzzer
/
handle-cxx
/
CMakeLists.txt
blob
184d467b9c365ec6afb78b32d601ec463ed1ab61
1
set(LLVM_LINK_COMPONENTS ${LLVM_TARGETS_TO_BUILD} Support)
2
3
add_clang_library(clangHandleCXX
4
handle_cxx.cpp
5
6
LINK_LIBS
7
clangBasic
8
clangCodeGen
9
clangFrontend
10
clangLex
11
clangSerialization
12
clangTooling
13
)
14
15
target_include_directories(clangHandleCXX PRIVATE .)