Mark test as requiring an ARM target.

llvm-svn: 362140
This commit is contained in:
Douglas Yung 2019-05-30 20:02:51 +00:00
parent 0e124b37bd
commit 9b2aeb77b0
1 changed files with 1 additions and 0 deletions

View 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