1add_lldb_library(lldbPluginInstructionARM64 PLUGIN2 EmulateInstructionARM64.cpp3 4 LINK_COMPONENTS5 Support6 LINK_LIBS7 lldbCore8 lldbInterpreter9 lldbSymbol10 lldbPluginProcessUtility11 )12