mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 10:42:39 +01:00
[Target] Remove libObject dependency in lib/Target
This removes a couple useless includes and the dependency of X86Desc on Object, which was useless as well.
This commit is contained in:
parent
b02d00556f
commit
b42305045e
@ -20,7 +20,6 @@
|
||||
#include "llvm/MC/MCSubtargetInfo.h"
|
||||
#include "llvm/MC/MCSymbolELF.h"
|
||||
#include "llvm/MC/MCValue.h"
|
||||
#include "llvm/Object/MachO.h"
|
||||
#include "llvm/Support/ErrorHandling.h"
|
||||
#include "llvm/Support/TargetRegistry.h"
|
||||
using namespace llvm;
|
||||
|
@ -16,7 +16,6 @@
|
||||
#include "llvm/MC/MCContext.h"
|
||||
#include "llvm/MC/MCObjectStreamer.h"
|
||||
#include "llvm/MC/MCSymbolELF.h"
|
||||
#include "llvm/Object/ELF.h"
|
||||
|
||||
using namespace llvm;
|
||||
|
||||
|
@ -18,5 +18,5 @@
|
||||
type = Library
|
||||
name = X86Desc
|
||||
parent = X86
|
||||
required_libraries = MC MCDisassembler Object Support X86Info X86Utils BinaryFormat
|
||||
required_libraries = MC MCDisassembler Support X86Info X86Utils BinaryFormat
|
||||
add_to_library_groups = X86
|
||||
|
Loading…
Reference in New Issue
Block a user