We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 479a13c commit 66215e9Copy full SHA for 66215e9
clang/test/Frontend/gnu-mcount.c
@@ -1,3 +1,5 @@
1
+// REQUIRES: arm-registered-target,aarch64-registered-target
2
+
3
// RUN: %clang -target armv7-unknown-none-eabi -pg -S -emit-llvm -o - %s | FileCheck %s -check-prefix CHECK -check-prefix CHECK-ARM-EABI
4
// RUN: %clang -target armv7-unknown-none-eabi -pg -meabi gnu -S -emit-llvm -o - %s | FileCheck %s -check-prefix CHECK -check-prefix CHECK-ARM-EABI-MEABI-GNU
5
// RUN: %clang -target aarch64-unknown-none-eabi -pg -S -emit-llvm -o - %s | FileCheck %s -check-prefix CHECK -check-prefix CHECK-ARM64-EABI
0 commit comments