fix a layering problem by moving the x86 implementation
of AsmPrinter and InstLowering into libx86 and out of the asmprinter subdirectory. Now X86/AsmPrinter just depends on MC stuff, not all of codegen and LLVM IR. llvm-svn: 108782
This commit is contained in:
parent
9de0ca73d4
commit
64fffadad3
@ -13,8 +13,8 @@
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "X86AsmPrinter.h"
|
||||
#include "X86ATTInstPrinter.h"
|
||||
#include "X86IntelInstPrinter.h"
|
||||
#include "AsmPrinter/X86ATTInstPrinter.h"
|
||||
#include "AsmPrinter/X86IntelInstPrinter.h"
|
||||
#include "X86MCInstLower.h"
|
||||
#include "X86.h"
|
||||
#include "X86COFFMachineModuleInfo.h"
|
||||
@ -14,9 +14,9 @@
|
||||
#ifndef X86ASMPRINTER_H
|
||||
#define X86ASMPRINTER_H
|
||||
|
||||
#include "../X86.h"
|
||||
#include "../X86MachineFunctionInfo.h"
|
||||
#include "../X86TargetMachine.h"
|
||||
#include "X86.h"
|
||||
#include "X86MachineFunctionInfo.h"
|
||||
#include "X86TargetMachine.h"
|
||||
#include "llvm/ADT/StringSet.h"
|
||||
#include "llvm/CodeGen/AsmPrinter.h"
|
||||
#include "llvm/CodeGen/MachineModuleInfo.h"
|
||||
Loading…
x
Reference in New Issue
Block a user