brintos

brintos / llvm-project-archived public Read only

0
0
Text · 200 B · a762390 Raw
12 lines · plain
1add_lldb_library(lldbPluginArchitectureAArch64 PLUGIN2  ArchitectureAArch64.cpp3 4  LINK_COMPONENTS5    Support6  LINK_LIBS7    lldbPluginProcessUtility8    lldbCore9    lldbTarget10    lldbUtility11  )12