[PATCH] Isolate ARM and AArch64 Compiler-RT builds

Renato Golin renato.golin at linaro.org
Fri Oct 10 03:38:16 PDT 2014


r219304, thanks!

================
Comment at: cmake/config-ix.cmake:146
@@ -147,1 +145,3 @@
+  elseif("${COMPILER_RT_TEST_TARGET_ARCH}" MATCHES "aarch32")
     test_target_arch(aarch64 "-march=armv8-a")
+  elseif("${COMPILER_RT_TEST_TARGET_ARCH}" MATCHES "aarch64")
----------------
eugenis wrote:
> Did you mean "test_target_arch(aarch32" here?
> 
of course! :)

http://reviews.llvm.org/D5648






More information about the llvm-commits mailing list