mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-14 15:19:33 +00:00
Unbreak build
llvm-svn: 76354
This commit is contained in:
parent
e208ce316a
commit
d45f99bdbf
@ -8,6 +8,7 @@ tablegen(AlphaGenInstrInfo.inc -gen-instr-desc)
|
||||
tablegen(AlphaGenCodeEmitter.inc -gen-emitter)
|
||||
tablegen(AlphaGenAsmWriter.inc -gen-asm-writer)
|
||||
tablegen(AlphaGenDAGISel.inc -gen-dag-isel)
|
||||
tablegen(AlphaGenCallingConv.inc -gen-callingconv)
|
||||
tablegen(AlphaGenSubtarget.inc -gen-subtarget)
|
||||
|
||||
add_llvm_target(AlphaCodeGen
|
||||
|
@ -15,7 +15,7 @@ BUILT_SOURCES = AlphaGenRegisterInfo.h.inc AlphaGenRegisterNames.inc \
|
||||
AlphaGenRegisterInfo.inc AlphaGenInstrNames.inc \
|
||||
AlphaGenInstrInfo.inc AlphaGenCodeEmitter.inc \
|
||||
AlphaGenAsmWriter.inc AlphaGenDAGISel.inc \
|
||||
AlphaGenSubtarget.inc
|
||||
AlphaGenCallingConv.inc AlphaGenSubtarget.inc
|
||||
|
||||
DIRS = AsmPrinter TargetInfo
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user