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
[SYCL] AST support for SYCL kernel entry point functions. (#122379)
[llvm-project.git]
/
clang
/
unittests
/
AST
/
ByteCode
/
CMakeLists.txt
blob
b862fb4834fbdc406f9afcd6ce4ba066d449c779
1
add_clang_unittest(InterpTests
2
BitcastBuffer.cpp
3
Descriptor.cpp
4
toAPValue.cpp
5
)
6
7
clang_target_link_libraries(InterpTests
8
PRIVATE
9
clangAST
10
clangASTMatchers
11
clangBasic
12
clangFrontend
13
clangSerialization
14
clangTooling
15
)
16
17
target_link_libraries(InterpTests
18
PRIVATE
19
clangTesting
20
)