Skip to content

Commit

Permalink
ARMDisassembler: drop bogus dependency on ARMCodeGen
Browse files Browse the repository at this point in the history
And indirectly, a dependency on most of the core LLVM optimization
libraries.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153957 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
nobled committed Apr 3, 2012
1 parent 70debec commit 75e3b7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions lib/Target/ARM/Disassembler/ARMDisassembler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@

#define DEBUG_TYPE "arm-disassembler"

#include "ARM.h"
#include "ARMSubtarget.h"
#include "MCTargetDesc/ARMAddressingModes.h"
#include "MCTargetDesc/ARMMCExpr.h"
#include "MCTargetDesc/ARMBaseInfo.h"
Expand All @@ -20,6 +18,7 @@
#include "llvm/MC/MCExpr.h"
#include "llvm/MC/MCContext.h"
#include "llvm/MC/MCDisassembler.h"
#include "llvm/MC/MCSubtargetInfo.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/MemoryObject.h"
#include "llvm/Support/ErrorHandling.h"
Expand Down
2 changes: 1 addition & 1 deletion lib/Target/ARM/Disassembler/LLVMBuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
type = Library
name = ARMDisassembler
parent = ARM
required_libraries = ARMCodeGen ARMDesc ARMInfo MC Support
required_libraries = ARMDesc ARMInfo MC Support
add_to_library_groups = ARM

0 comments on commit 75e3b7f

Please sign in to comment.