mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 12:12:47 +01:00
Adjust to changes in asmwriter filenames
llvm-svn: 18987
This commit is contained in:
parent
e3caab7abf
commit
4b1d58bf4b
@ -12,8 +12,8 @@ TARGET = X86
|
||||
# Make sure that tblgen is run, first thing.
|
||||
BUILT_SOURCES = X86GenRegisterInfo.h.inc X86GenRegisterNames.inc \
|
||||
X86GenRegisterInfo.inc X86GenInstrNames.inc \
|
||||
X86GenInstrInfo.inc X86GenATTAsmWriter.inc \
|
||||
X86GenIntelAsmWriter.inc
|
||||
X86GenInstrInfo.inc X86GenAsmWriter.inc \
|
||||
X86GenAsmWriter1.inc
|
||||
|
||||
include $(LEVEL)/Makefile.common
|
||||
|
||||
|
@ -222,7 +222,7 @@ namespace {
|
||||
|
||||
|
||||
// Include the auto-generated portion of the assembly writer.
|
||||
#include "X86GenIntelAsmWriter.inc"
|
||||
#include "X86GenAsmWriter1.inc"
|
||||
|
||||
|
||||
/// runOnMachineFunction - This uses the printMachineInstruction()
|
||||
@ -445,7 +445,7 @@ namespace {
|
||||
|
||||
|
||||
// Include the auto-generated portion of the assembly writer.
|
||||
#include "X86GenATTAsmWriter.inc"
|
||||
#include "X86GenAsmWriter.inc"
|
||||
|
||||
|
||||
/// runOnMachineFunction - This uses the printMachineInstruction()
|
||||
|
Loading…
Reference in New Issue
Block a user