[CMake] Remove EmulateInstructionMIPS dependency on Interpreter

llvm-svn: 359748
This commit is contained in:
Alex Langford 2019-05-02 01:10:38 +00:00
parent f19a8b0517
commit d6b469dd05
2 changed files with 4 additions and 2 deletions

View File

@ -7,7 +7,6 @@ add_lldb_library(lldbPluginInstructionMIPS PLUGIN
LINK_LIBS
lldbCore
lldbInterpreter
lldbSymbol
lldbTarget
lldbPluginProcessUtility

View File

@ -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 {