diff options
Diffstat (limited to 'test/Driver/mips-abi.c')
| -rw-r--r-- | test/Driver/mips-abi.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Driver/mips-abi.c b/test/Driver/mips-abi.c index f75632446e27..cede6850a023 100644 --- a/test/Driver/mips-abi.c +++ b/test/Driver/mips-abi.c @@ -99,6 +99,12 @@ // MIPS-ARCH-32R2: "-target-abi" "o32" // // RUN: %clang -target mips-linux-gnu -### -c %s \ +// RUN: -march=p5600 2>&1 \ +// RUN: | FileCheck -check-prefix=MIPS-ARCH-P5600 %s +// MIPS-ARCH-P5600: "-target-cpu" "p5600" +// MIPS-ARCH-P5600: "-target-abi" "o32" +// +// RUN: %clang -target mips-linux-gnu -### -c %s \ // RUN: -march=mips64 2>&1 \ // RUN: | FileCheck -check-prefix=MIPS-ARCH-3264 %s // MIPS-ARCH-3264: "-target-cpu" "mips64" |
