mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-15 05:24:01 +00:00
Fix the generated file name for CMake.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109090 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -11,7 +11,7 @@ tablegen(ARMGenDAGISel.inc -gen-dag-isel)
|
|||||||
tablegen(ARMGenCallingConv.inc -gen-callingconv)
|
tablegen(ARMGenCallingConv.inc -gen-callingconv)
|
||||||
tablegen(ARMGenSubtarget.inc -gen-subtarget)
|
tablegen(ARMGenSubtarget.inc -gen-subtarget)
|
||||||
tablegen(ARMGenEDInfo.inc -gen-enhanced-disassembly-info)
|
tablegen(ARMGenEDInfo.inc -gen-enhanced-disassembly-info)
|
||||||
tablegen(ARMFastISel.inc -gen-fast-isel)
|
tablegen(ARMGenFastISel.inc -gen-fast-isel)
|
||||||
|
|
||||||
add_llvm_target(ARMCodeGen
|
add_llvm_target(ARMCodeGen
|
||||||
ARMAsmPrinter.cpp
|
ARMAsmPrinter.cpp
|
||||||
|
Reference in New Issue
Block a user