Home | History | Annotate | Download | only in CodeGen
      1 set(LLVM_LINK_COMPONENTS
      2   Core
      3   Support
      4   )
      5 
      6 add_clang_unittest(ClangCodeGenTests
      7   BufferSourceTest.cpp
      8   )
      9 
     10 target_link_libraries(ClangCodeGenTests
     11   clangBasic
     12   clangCodeGen
     13   clangFrontend
     14   clangParse
     15   )
     16