aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/SystemZ/CMakeLists.txt
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2009-08-22 22:20:11 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2009-08-22 22:20:11 +0000
commitf682f3d019794d4402b73701a06a4bb117f5d5e7 (patch)
tree8e31f1d0a9d0c6e09148df97a77df32837581790 /lib/Target/SystemZ/CMakeLists.txt
parentecf046b86d1fa372b30f5a8cbcef04a52058b175 (diff)
downloadexternal_llvm-f682f3d019794d4402b73701a06a4bb117f5d5e7.zip
external_llvm-f682f3d019794d4402b73701a06a4bb117f5d5e7.tar.gz
external_llvm-f682f3d019794d4402b73701a06a4bb117f5d5e7.tar.bz2
Forgot to update some CMakeLists.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79780 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/SystemZ/CMakeLists.txt')
-rw-r--r--lib/Target/SystemZ/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/SystemZ/CMakeLists.txt b/lib/Target/SystemZ/CMakeLists.txt
index 18d6273..ccde934 100644
--- a/lib/Target/SystemZ/CMakeLists.txt
+++ b/lib/Target/SystemZ/CMakeLists.txt
@@ -16,7 +16,7 @@ add_llvm_target(SystemZCodeGen
SystemZInstrInfo.cpp
SystemZRegisterInfo.cpp
SystemZSubtarget.cpp
- SystemZTargetAsmInfo.cpp
+ SystemZMCAsmInfo.cpp
SystemZTargetMachine.cpp
)