diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2015-12-30 11:49:41 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2015-12-30 11:49:41 +0000 |
| commit | 45b533945f0851ec234ca846e1af5ee1e4df0b6e (patch) | |
| tree | 0a5b74c0b9ca73aded34df95c91fcaf3815230d8 /test/Driver/mips-abi.c | |
| parent | 7e86edd64bfae4e324224452e4ea879b3371a4bd (diff) | |
Vendor import of clang trunk r256633:vendor/clang/clang-trunk-r256633
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" |
