Skip to content

Commit 66215e9

Browse files
author
Mandeep Singh Grang
committedOct 23, 2016
[clang] Limit clang test to ARM and AArch64 only
Summary: Limit clang/test/Frontend/gnu-mcount.c to ARM and AArch64 only. Reviewers: abdulras, honggyu.kim, rengolin Subscribers: aemerson, rengolin, cfe-commits Tags: #clang-c Differential Revision: https://reviews.llvm.org/D25842 llvm-svn: 284931
1 parent 479a13c commit 66215e9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎clang/test/Frontend/gnu-mcount.c

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// REQUIRES: arm-registered-target,aarch64-registered-target
2+
13
// RUN: %clang -target armv7-unknown-none-eabi -pg -S -emit-llvm -o - %s | FileCheck %s -check-prefix CHECK -check-prefix CHECK-ARM-EABI
24
// 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
35
// 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

Comments
 (0)
Please sign in to comment.