Sign in
llvm
/
llvm-project
/
e20413c045249651f09515808ce89024fde9abbf
/
.
/
lldb
/
source
/
Plugins
/
Instruction
/
PPC64
/
CMakeLists.txt
blob: c97211dc8ec075f418548844bf1fc8490e3bc04d [
file
]
add_lldb_library(lldbPluginInstructionPPC64 PLUGIN
EmulateInstructionPPC64.cpp
LINK_COMPONENTS
Support
LINK_LIBS
lldbCore
lldbInterpreter
lldbSymbol
lldbPluginProcessUtility
)