================ 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