]> granicus.if.org Git - clang/commitdiff
Mark test as requiring an ARM target.
authorDouglas Yung <douglas.yung@sony.com>
Thu, 30 May 2019 20:02:51 +0000 (20:02 +0000)
committerDouglas Yung <douglas.yung@sony.com>
Thu, 30 May 2019 20:02:51 +0000 (20:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@362140 91177308-0d34-0410-b5e6-96231b3b80d8

test/Driver/armv8.1m.main.s

index cdeb423116f9f740a29d314a861247a5e898bd01..ca6becd933f609a564bb3a527bf795ff4bf64e88 100644 (file)
@@ -1,3 +1,4 @@
+# REQUIRES: arm-registered-target
 # RUN: not %clang -c -target arm-none-none-eabi -march=armv8-m.main %s 2>%t
 # RUN:      FileCheck --check-prefix=ERROR-V8M < %t %s
 # RUN: not %clang -c -target arm-none-none-eabi -march=armv8.1-m.main %s 2>%t