You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
383 B
24 lines
383 B
set(LLVM_LINK_COMPONENTS
|
|
Core
|
|
Support
|
|
)
|
|
|
|
add_clang_unittest(ClangCodeGenTests
|
|
BufferSourceTest.cpp
|
|
CodeGenExternalTest.cpp
|
|
IncrementalProcessingTest.cpp
|
|
TBAAMetadataTest.cpp
|
|
CheckTargetFeaturesTest.cpp
|
|
)
|
|
|
|
clang_target_link_libraries(ClangCodeGenTests
|
|
PRIVATE
|
|
clangAST
|
|
clangBasic
|
|
clangCodeGen
|
|
clangFrontend
|
|
clangLex
|
|
clangParse
|
|
clangSerialization
|
|
)
|