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)
llvm-svn: 362140

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

index cdeb423..ca6becd 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