[PATCH] [Compiler-rt][MIPS][Profile] Adding support for MIPS32/64
Alexey Samsonov
vonosmas at gmail.com
Thu Sep 25 10:40:36 PDT 2014
REPOSITORY
rL LLVM
================
Comment at: cmake/config-ix.cmake:101
@@ -100,2 +100,3 @@
elseif("${LLVM_NATIVE_ARCH}" STREQUAL "Mips")
- test_target_arch(mips "")
+ if("${COMPILER_RT_TEST_TARGET_ARCH}" MATCHES "el$")
+ # regex for mipsel, mips64el
----------------
Why not just write "mipsel|mips64el" ?
http://reviews.llvm.org/D4880
More information about the llvm-commits
mailing list