blob: df58b263bdf9859c5a0047b96de50f7b3b583ae6 [file] [log] [blame]
set(LLVM_LINK_COMPONENTS
Core
ProfileData
Support
)
add_clang_unittest(ClangCodeGenTests
BufferSourceTest.cpp
)
target_link_libraries(ClangCodeGenTests
clangAST
clangBasic
clangCodeGen
clangFrontend
clangParse
clangSema
clangTooling
)