1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +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:
Francis Visoiu Mistrih 2020-02-21 14:50:45 -08:00
parent b02d00556f
commit b42305045e
3 changed files with 1 additions and 3 deletions

View File

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

View File

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

View File

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