forked from OSchip/llvm-project
Only run when `arm` is registered. NFC.
This commit is contained in:
parent
eb60c48744
commit
1bcec29afb
|
@ -1,3 +1,4 @@
|
|||
// REQUIRES: arm-registered-target
|
||||
// RUN: not %clang %s -target armv7-apple-ios -mfloat-abi=hard 2>&1 | FileCheck -check-prefix=ARMV7-ERROR %s
|
||||
// RUN: %clang %s -target armv7-apple-ios -mfloat-abi=softfp -### 2>&1 | FileCheck -check-prefix=NOERROR %s
|
||||
// RUN: %clang %s -arch armv7 -target thumbv7-apple-darwin-eabi -mfloat-abi=hard -### 2>&1 | FileCheck -check-prefix=NOERROR %s
|
||||
|
|
Loading…
Reference in New Issue