brintos

brintos / llvm-project-archived public Read only

0
0
Text · 686 B · 5664c21 Raw
34 lines · plain
1add_lldb_unittest(SymbolTests2  JSONSymbolTest.cpp3  LineTableTest.cpp4  LocateSymbolFileTest.cpp5  MangledTest.cpp6  PostfixExpressionTest.cpp7  SymbolTest.cpp8  SymtabTest.cpp9  TestTypeSystem.cpp10  TestTypeSystemClang.cpp11  TestClangASTImporter.cpp12  TestDWARFCallFrameInfo.cpp13  TestType.cpp14  TestLineEntry.cpp15  UnwindPlanTest.cpp16 17  LINK_LIBS18    lldbCore19    lldbHost20    lldbSymbol21    lldbUtilityHelpers22    lldbPluginObjectFileELF23    lldbPluginObjectFileMachO24    lldbPluginSymbolFileDWARF25    lldbPluginSymbolFileSymtab26    lldbPluginTypeSystemClang27    LLVMTestingSupport28  )29 30set(test_inputs31  inlined-functions.yaml32  )33add_unittest_inputs(SymbolTests "${test_inputs}")34