aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/SystemZ/CMakeLists.txt
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2009-08-31 13:05:24 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2009-08-31 13:05:24 +0000
commitb4f770b68a2f1890e17f634b695d19bb7d07168d (patch)
treef644caab392546d6e44fdeb0f4e77ff9ea80cd06 /lib/Target/SystemZ/CMakeLists.txt
parent821e3334ed3390d931f497300e6a5f1dc21bcfb3 (diff)
downloadexternal_llvm-b4f770b68a2f1890e17f634b695d19bb7d07168d.zip
external_llvm-b4f770b68a2f1890e17f634b695d19bb7d07168d.tar.gz
external_llvm-b4f770b68a2f1890e17f634b695d19bb7d07168d.tar.bz2
Normalize makefile comments and sort cmake file lists.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80584 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 ccde934..81e51d8 100644
--- a/lib/Target/SystemZ/CMakeLists.txt
+++ b/lib/Target/SystemZ/CMakeLists.txt
@@ -14,9 +14,9 @@ add_llvm_target(SystemZCodeGen
SystemZISelDAGToDAG.cpp
SystemZISelLowering.cpp
SystemZInstrInfo.cpp
+ SystemZMCAsmInfo.cpp
SystemZRegisterInfo.cpp
SystemZSubtarget.cpp
- SystemZMCAsmInfo.cpp
SystemZTargetMachine.cpp
)