forked from OSchip/llvm-project
parent
0e5ccd9cec
commit
5f1e87ad40
|
@ -184,11 +184,7 @@
|
|||
// RUN: | FileCheck -check-prefix=CHECK-MIPS64-CPU %s
|
||||
// CHECK-MIPS64-CPU: "-target-cpu" "mips3"
|
||||
|
||||
// Check that the integrated assembler is enabled for MIPS64/SPARC64
|
||||
// RUN: %clang -target mips64-unknown-freebsd -### -c %s 2>&1 \
|
||||
// RUN: | FileCheck -check-prefix=CHECK-IAS %s
|
||||
// RUN: %clang -target mips64el-unknown-freebsd -### -c %s 2>&1 \
|
||||
// RUN: | FileCheck -check-prefix=CHECK-IAS %s
|
||||
// Check that the integrated assembler is enabled for SPARC64
|
||||
// RUN: %clang -target sparc64-unknown-freebsd -### -c %s 2>&1 \
|
||||
// RUN: | FileCheck -check-prefix=CHECK-IAS %s
|
||||
// CHECK-IAS-NOT: "-no-integrated-as"
|
||||
|
|
|
@ -74,11 +74,7 @@
|
|||
// CHECK-MIPS64EL: as{{.*}}" "-mabi" "64" "-EL"
|
||||
// CHECK-MIPS64EL-PIC: as{{.*}}" "-mabi" "64" "-EL" "-KPIC"
|
||||
|
||||
// Check that the integrated assembler is enabled for MIPS64/SPARC
|
||||
// RUN: %clang -target mips64-unknown-openbsd -### -c %s 2>&1 \
|
||||
// RUN: | FileCheck -check-prefix=CHECK-IAS %s
|
||||
// RUN: %clang -target mips64el-unknown-openbsd -### -c %s 2>&1 \
|
||||
// RUN: | FileCheck -check-prefix=CHECK-IAS %s
|
||||
// Check that the integrated assembler is enabled for SPARC
|
||||
// RUN: %clang -target sparc-unknown-openbsd -### -c %s 2>&1 \
|
||||
// RUN: | FileCheck -check-prefix=CHECK-IAS %s
|
||||
// RUN: %clang -target sparc64-unknown-openbsd -### -c %s 2>&1 \
|
||||
|
|
Loading…
Reference in New Issue