summaryrefslogtreecommitdiffstats
path: root/clang/unittests/CodeGen/CMakeLists.txt
blob: adab03841d9664b25f809376925b9025eab7db5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
set(LLVM_LINK_COMPONENTS
  ProfileData
  Support
  )

add_clang_unittest(ClangCodeGenTests
  BufferSourceTest.cpp
  )

target_link_libraries(ClangCodeGenTests
  clangAST
  clangBasic
  clangCodeGen
  clangFrontend
  clangParse
  clangSema
  clangTooling
  )
OpenPOWER on IntegriCloud