================ Comment at: CMakeLists.txt:219 @@ -220,2 +218,3 @@ endif() + test_target_arch(arm "-march=armv7") endif() ---------------- Richard Smith wrote: > I don't understand what this change is doing: we don't want to run ARM tests if the native arch isn't ARM. yeah, it does look odd... http://reviews.llvm.org/D3794