[SystemZ] Add configure bits
[oota-llvm.git] / cmake / config-ix.cmake
index d03b3f68d4fc446b5b8fac8ee4f5ecbc318349d1..7f8c48d3aaaa3e84c31988c84ca07632e968d7eb 100755 (executable)
@@ -378,6 +378,8 @@ elseif (LLVM_NATIVE_ARCH MATCHES "msp430")
   set(LLVM_NATIVE_ARCH MSP430)
 elseif (LLVM_NATIVE_ARCH MATCHES "hexagon")
   set(LLVM_NATIVE_ARCH Hexagon)
+elseif (LLVM_NATIVE_ARCH MATCHES "s390x")
+  set(LLVM_NATIVE_ARCH SystemZ)
 else ()
   message(FATAL_ERROR "Unknown architecture ${LLVM_NATIVE_ARCH}")
 endif ()