Sign in
rust
/
rust-lang
/
llvm-project
/
e8a2ffcf322f45b8dce82c65ab27a3e2430a6b51
/
.
/
lldb
/
source
/
Plugins
/
ABI
/
PowerPC
/
CMakeLists.txt
blob: eff8cd664e4cf08ce79d3141a6add3bbb598e959 [
file
] [
log
] [
blame
]
add_lldb_library(lldbPluginABIPowerPC PLUGIN
ABIPowerPC.cpp
ABISysV_ppc.cpp
ABISysV_ppc64.cpp
LINK_LIBS
lldbCore
lldbSymbol
lldbTarget
lldbPluginTypeSystemClang
lldbValueObject
LINK_COMPONENTS
Support
TargetParser
)