summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2010-07-22 08:00:52 +0000
committerChandler Carruth <chandlerc@gmail.com>2010-07-22 08:00:52 +0000
commit2f8db38bb3dda318923f49d059a916e5f82e98b1 (patch)
treea11597b166e0319066e81c23372ade8034df6984 /llvm/lib
parent336734aca6a7da385d674d6122728ad1ef6e1e57 (diff)
downloadbcm5719-llvm-2f8db38bb3dda318923f49d059a916e5f82e98b1.tar.gz
bcm5719-llvm-2f8db38bb3dda318923f49d059a916e5f82e98b1.zip
Fix the generated file name for CMake.
llvm-svn: 109090
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/ARM/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/CMakeLists.txt b/llvm/lib/Target/ARM/CMakeLists.txt
index 5e15b205cd7..b487dd628ae 100644
--- a/llvm/lib/Target/ARM/CMakeLists.txt
+++ b/llvm/lib/Target/ARM/CMakeLists.txt
@@ -11,7 +11,7 @@ tablegen(ARMGenDAGISel.inc -gen-dag-isel)
tablegen(ARMGenCallingConv.inc -gen-callingconv)
tablegen(ARMGenSubtarget.inc -gen-subtarget)
tablegen(ARMGenEDInfo.inc -gen-enhanced-disassembly-info)
-tablegen(ARMFastISel.inc -gen-fast-isel)
+tablegen(ARMGenFastISel.inc -gen-fast-isel)
add_llvm_target(ARMCodeGen
ARMAsmPrinter.cpp
OpenPOWER on IntegriCloud