forked from OSchip/llvm-project
[lldb/Plugins] Rename lldbPluginDisassemblerLLVM (NFC)
This commit is contained in:
parent
50c9cd9526
commit
478c9cc4f5
|
@ -1,4 +1,4 @@
|
|||
add_lldb_library(lldbPluginDisassemblerLLVM PLUGIN
|
||||
add_lldb_library(lldbPluginDisassemblerLLVMC PLUGIN
|
||||
DisassemblerLLVMC.cpp
|
||||
|
||||
LINK_LIBS
|
||||
|
|
|
@ -6,7 +6,7 @@ if("ARM" IN_LIST LLVM_TARGETS_TO_BUILD)
|
|||
lldbCore
|
||||
lldbSymbol
|
||||
lldbTarget
|
||||
lldbPluginDisassemblerLLVM
|
||||
lldbPluginDisassemblerLLVMC
|
||||
lldbPluginProcessUtility
|
||||
LINK_COMPONENTS
|
||||
Support
|
||||
|
|
|
@ -5,7 +5,7 @@ add_lldb_unittest(Arm64InstEmulationTests
|
|||
lldbSymbol
|
||||
lldbTarget
|
||||
lldbPluginUnwindAssemblyInstEmulation
|
||||
lldbPluginDisassemblerLLVM
|
||||
lldbPluginDisassemblerLLVMC
|
||||
lldbPluginInstructionARM64
|
||||
lldbPluginProcessUtility
|
||||
LINK_COMPONENTS
|
||||
|
|
|
@ -5,7 +5,7 @@ add_lldb_unittest(PPC64InstEmulationTests
|
|||
lldbSymbol
|
||||
lldbTarget
|
||||
lldbPluginUnwindAssemblyInstEmulation
|
||||
lldbPluginDisassemblerLLVM
|
||||
lldbPluginDisassemblerLLVMC
|
||||
lldbPluginInstructionPPC64
|
||||
lldbPluginProcessUtility
|
||||
LINK_COMPONENTS
|
||||
|
|
Loading…
Reference in New Issue