brintos

brintos / llvm-project-archived public Read only

0
0
Text · 246 B · 727c829 Raw
15 lines · plain
1add_lldb_library(lldbPluginCPPRuntime2  CPPLanguageRuntime.cpp3  VerboseTrapFrameRecognizer.cpp4 5  LINK_LIBS6    lldbCore7    lldbSymbol8    lldbTarget9  CLANG_LIBS10    clangCodeGen11)12 13add_subdirectory(ItaniumABI)14#add_subdirectory(MicrosoftABI)15