mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-09 01:29:52 +00:00
[CMake] Remove EmulateInstructionMIPS dependency on Interpreter
llvm-svn: 359748
This commit is contained in:
parent
f19a8b0517
commit
d6b469dd05
@ -7,7 +7,6 @@ add_lldb_library(lldbPluginInstructionMIPS PLUGIN
|
||||
|
||||
LINK_LIBS
|
||||
lldbCore
|
||||
lldbInterpreter
|
||||
lldbSymbol
|
||||
lldbTarget
|
||||
lldbPluginProcessUtility
|
||||
|
@ -20,8 +20,11 @@ class MCInstrInfo;
|
||||
class MCInst;
|
||||
}
|
||||
|
||||
namespace lldb_private {
|
||||
class OptionValueDictionary;
|
||||
}
|
||||
|
||||
#include "lldb/Core/EmulateInstruction.h"
|
||||
#include "lldb/Interpreter/OptionValue.h"
|
||||
#include "lldb/Utility/Status.h"
|
||||
|
||||
class EmulateInstructionMIPS : public lldb_private::EmulateInstruction {
|
||||
|
Loading…
Reference in New Issue
Block a user