1add_lldb_library(lldbPluginABIPowerPC PLUGIN 2 ABIPowerPC.cpp 3 ABISysV_ppc.cpp 4 ABISysV_ppc64.cpp 5 6 LINK_LIBS 7 lldbCore 8 lldbSymbol 9 lldbTarget 10 lldbPluginTypeSystemClang 11 LINK_COMPONENTS 12 Support 13 ) 14