[PATCH] light up UBSan for ARMv7

Richard Smith richard at metafoo.co.uk
Thu May 22 18:07:39 PDT 2014


================
Comment at: CMakeLists.txt:219
@@ -220,2 +218,3 @@
   endif()
+  test_target_arch(arm "-march=armv7")
 endif()
----------------
I don't understand what this change is doing: we don't want to run ARM tests if the native arch isn't ARM.

http://reviews.llvm.org/D3794






More information about the llvm-commits mailing list