brintos

brintos / llvm-project-archived public Read only

0
0
Text · 397 B · fa0e87c Raw
22 lines · plain
1add_clang_unittest(ClangDriverTests2  DistroTest.cpp3  DXCModeTest.cpp4  GCCVersionTest.cpp5  ToolChainTest.cpp6  ModuleCacheTest.cpp7  MultilibBuilderTest.cpp8  MultilibTest.cpp9  SanitizerArgsTest.cpp10  CLANG_LIBS11  clangDriver12  clangBasic13  clangFrontend # For TextDiagnosticPrinter.14  clangSerialization15  LLVM_COMPONENTS16  ${LLVM_TARGETS_TO_BUILD}17  MC18  Option19  Support20  TargetParser21  )22