forked from OSchip/llvm-project
[Driver][Mips] Fix test cases - make ABI name and target triple consistent.
No functional changes. llvm-svn: 212023
This commit is contained in:
parent
08c165ba37
commit
0091a0758b
|
@ -80,12 +80,12 @@
|
|||
// RUN: | FileCheck -check-prefix=MIPS-ALIAS-32R2 %s
|
||||
// MIPS-ALIAS-32R2: as{{(.exe)?}}" "-march" "mips32r2" "-mabi" "32" "-EB"
|
||||
//
|
||||
// RUN: %clang -target mips-unknown-freebsd -mips64 -### \
|
||||
// RUN: %clang -target mips64-unknown-freebsd -mips64 -### \
|
||||
// RUN: -no-integrated-as -c %s 2>&1 \
|
||||
// RUN: | FileCheck -check-prefix=MIPS-ALIAS-64 %s
|
||||
// MIPS-ALIAS-64: as{{(.exe)?}}" "-march" "mips64" "-mabi" "64" "-EB"
|
||||
//
|
||||
// RUN: %clang -target mips-unknown-freebsd -mips64r2 -### \
|
||||
// RUN: %clang -target mips64-unknown-freebsd -mips64r2 -### \
|
||||
// RUN: -no-integrated-as -c %s 2>&1 \
|
||||
// RUN: | FileCheck -check-prefix=MIPS-ALIAS-64R2 %s
|
||||
// MIPS-ALIAS-64R2: as{{(.exe)?}}" "-march" "mips64r2" "-mabi" "64" "-EB"
|
||||
|
|
|
@ -62,12 +62,12 @@
|
|||
// RUN: | FileCheck -check-prefix=MIPS-ALIAS-32R2 %s
|
||||
// MIPS-ALIAS-32R2: as{{(.exe)?}}" "-march" "mips32r2" "-mabi" "32" "-EB"
|
||||
//
|
||||
// RUN: %clang -target mips-linux-gnu -mips64 -### \
|
||||
// RUN: %clang -target mips64-linux-gnu -mips64 -### \
|
||||
// RUN: -no-integrated-as -c %s 2>&1 \
|
||||
// RUN: | FileCheck -check-prefix=MIPS-ALIAS-64 %s
|
||||
// MIPS-ALIAS-64: as{{(.exe)?}}" "-march" "mips64" "-mabi" "64" "-EB"
|
||||
//
|
||||
// RUN: %clang -target mips-linux-gnu -mips64r2 -### \
|
||||
// RUN: %clang -target mips64-linux-gnu -mips64r2 -### \
|
||||
// RUN: -no-integrated-as -c %s 2>&1 \
|
||||
// RUN: | FileCheck -check-prefix=MIPS-ALIAS-64R2 %s
|
||||
// MIPS-ALIAS-64R2: as{{(.exe)?}}" "-march" "mips64r2" "-mabi" "64" "-EB"
|
||||
|
|
Loading…
Reference in New Issue