blob: e5b42c96960f0355bea0595efd9bd5b4d8a26bea [file] [log] [blame]
Akira Hatanaka9d99bb52015-08-26 19:00:11 +00001// RUN: not %clang %s -target armv7-apple-ios -mfloat-abi=hard 2>&1 | FileCheck -check-prefix=ARMV7-ERROR %s
2// RUN: %clang %s -target armv7-apple-ios -mfloat-abi=softfp -### 2>&1 | FileCheck -check-prefix=NOERROR %s
3// RUN: %clang %s -arch armv7 -target thumbv7-apple-darwin-eabi -mfloat-abi=hard -### 2>&1 | FileCheck -check-prefix=NOERROR %s
4
5// ARMV7-ERROR: unsupported option '-mfloat-abi=hard' for target 'thumbv7'
6// NOERROR-NOT: unsupported option