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