[PATCH] D33465: Add build instructions for System Z s390, too.
Vassil Vassilev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 23 14:49:53 PDT 2017
v.g.vassilev created this revision.
Herald added a subscriber: mgorny.
Repository:
rL LLVM
https://reviews.llvm.org/D33465
Files:
cmake/config-ix.cmake
Index: cmake/config-ix.cmake
===================================================================
--- cmake/config-ix.cmake
+++ cmake/config-ix.cmake
@@ -397,7 +397,7 @@
set(LLVM_NATIVE_ARCH MSP430)
elseif (LLVM_NATIVE_ARCH MATCHES "hexagon")
set(LLVM_NATIVE_ARCH Hexagon)
-elseif (LLVM_NATIVE_ARCH MATCHES "s390x")
+elseif (LLVM_NATIVE_ARCH MATCHES "s390[x]")
set(LLVM_NATIVE_ARCH SystemZ)
elseif (LLVM_NATIVE_ARCH MATCHES "wasm32")
set(LLVM_NATIVE_ARCH WebAssembly)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33465.100002.patch
Type: text/x-patch
Size: 481 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170523/34447360/attachment.bin>
More information about the llvm-commits
mailing list