[PATCH] D25842: [clang] Limit clang test to ARM only

Renato Golin via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 20 13:30:17 PDT 2016


rengolin added inline comments.


================
Comment at: test/Frontend/gnu-mcount.c:1
+// REQUIRES: arm-registered-target
+
----------------
If you have ARM but not AArch64, this test will also fail. Can you use AND on REQUIRES?


https://reviews.llvm.org/D25842





More information about the cfe-commits mailing list