mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Unbreak build
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76354 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
796492dc4b
commit
c6465511d1
@ -8,6 +8,7 @@ tablegen(AlphaGenInstrInfo.inc -gen-instr-desc)
|
|||||||
tablegen(AlphaGenCodeEmitter.inc -gen-emitter)
|
tablegen(AlphaGenCodeEmitter.inc -gen-emitter)
|
||||||
tablegen(AlphaGenAsmWriter.inc -gen-asm-writer)
|
tablegen(AlphaGenAsmWriter.inc -gen-asm-writer)
|
||||||
tablegen(AlphaGenDAGISel.inc -gen-dag-isel)
|
tablegen(AlphaGenDAGISel.inc -gen-dag-isel)
|
||||||
|
tablegen(AlphaGenCallingConv.inc -gen-callingconv)
|
||||||
tablegen(AlphaGenSubtarget.inc -gen-subtarget)
|
tablegen(AlphaGenSubtarget.inc -gen-subtarget)
|
||||||
|
|
||||||
add_llvm_target(AlphaCodeGen
|
add_llvm_target(AlphaCodeGen
|
||||||
|
@ -15,7 +15,7 @@ BUILT_SOURCES = AlphaGenRegisterInfo.h.inc AlphaGenRegisterNames.inc \
|
|||||||
AlphaGenRegisterInfo.inc AlphaGenInstrNames.inc \
|
AlphaGenRegisterInfo.inc AlphaGenInstrNames.inc \
|
||||||
AlphaGenInstrInfo.inc AlphaGenCodeEmitter.inc \
|
AlphaGenInstrInfo.inc AlphaGenCodeEmitter.inc \
|
||||||
AlphaGenAsmWriter.inc AlphaGenDAGISel.inc \
|
AlphaGenAsmWriter.inc AlphaGenDAGISel.inc \
|
||||||
AlphaGenSubtarget.inc
|
AlphaGenCallingConv.inc AlphaGenSubtarget.inc
|
||||||
|
|
||||||
DIRS = AsmPrinter TargetInfo
|
DIRS = AsmPrinter TargetInfo
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user