brintos

brintos / llvm-project-archived public Read only

0
0
Text · 506 B · fa5e58f Raw
25 lines · plain
1add_clang_unittest(LexTests2  DependencyDirectivesScannerTest.cpp3  HeaderMapTest.cpp4  HeaderSearchTest.cpp5  LexerTest.cpp6  LexHLSLRootSignatureTest.cpp7  ModuleDeclStateTest.cpp8  NoTrivialPPDirectiveTracerTest.cpp9  PPCallbacksTest.cpp10  PPConditionalDirectiveRecordTest.cpp11  PPDependencyDirectivesTest.cpp12  PPMemoryAllocationsTest.cpp13  CLANG_LIBS14  clangAST15  clangBasic16  clangLex17  clangParse18  clangSema19  LINK_LIBS20  LLVMTestingAnnotations21  LLVMTestingSupport22  LLVM_COMPONENTS23  Support24  )25