brintos

brintos / llvm-project-archived public Read only

0
0
Text · 207 B · a9a1165 Raw
13 lines · plain
1add_lldb_library(lldbPluginABILoongArch PLUGIN2  ABISysV_loongarch.cpp3 4  LINK_COMPONENTS5    Support6    TargetParser7  LINK_LIBS8    lldbCore9    lldbSymbol10    lldbTarget11    lldbPluginProcessUtility12  )13