brintos

brintos / llvm-project-archived public Read only

0
0
Text · 527 B · 21756bb Raw
28 lines · plain
1add_lldb_library(lldbPluginSymbolFileNativePDB2  CodeViewRegisterMapping.cpp3  CompileUnitIndex.cpp4  DWARFLocationExpression.cpp5  PdbAstBuilder.cpp6  PdbFPOProgramToDWARFExpression.cpp7  PdbIndex.cpp8  PdbSymUid.cpp9  PdbUtil.cpp10  SymbolFileNativePDB.cpp11  UdtRecordCompleter.cpp12 13  LINK_COMPONENTS14    DebugInfoCodeView15    DebugInfoPDB16    Support17    TargetParser18  LINK_LIBS19    lldbCore20    lldbSymbol21    lldbUtility22    lldbPluginTypeSystemClang23    lldbPluginObjectFilePDB24  CLANG_LIBS25    clangAST26    clangLex27  )28