File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 184
184
// RUN: | FileCheck -check-prefix=CHECK-MIPS64-CPU %s
185
185
// CHECK-MIPS64-CPU: "-target-cpu" "mips3"
186
186
187
- // Check that the integrated assembler is enabled for MIPS64/SPARC64
188
- // RUN: %clang -target mips64-unknown-freebsd -### -c %s 2>&1 \
189
- // RUN: | FileCheck -check-prefix=CHECK-IAS %s
190
- // RUN: %clang -target mips64el-unknown-freebsd -### -c %s 2>&1 \
191
- // RUN: | FileCheck -check-prefix=CHECK-IAS %s
187
+ // Check that the integrated assembler is enabled for SPARC64
192
188
// RUN: %clang -target sparc64-unknown-freebsd -### -c %s 2>&1 \
193
189
// RUN: | FileCheck -check-prefix=CHECK-IAS %s
194
190
// CHECK-IAS-NOT: "-no-integrated-as"
Original file line number Diff line number Diff line change 74
74
// CHECK-MIPS64EL: as{{.*}}" "-mabi" "64" "-EL"
75
75
// CHECK-MIPS64EL-PIC: as{{.*}}" "-mabi" "64" "-EL" "-KPIC"
76
76
77
- // Check that the integrated assembler is enabled for MIPS64/SPARC
78
- // RUN: %clang -target mips64-unknown-openbsd -### -c %s 2>&1 \
79
- // RUN: | FileCheck -check-prefix=CHECK-IAS %s
80
- // RUN: %clang -target mips64el-unknown-openbsd -### -c %s 2>&1 \
81
- // RUN: | FileCheck -check-prefix=CHECK-IAS %s
77
+ // Check that the integrated assembler is enabled for SPARC
82
78
// RUN: %clang -target sparc-unknown-openbsd -### -c %s 2>&1 \
83
79
// RUN: | FileCheck -check-prefix=CHECK-IAS %s
84
80
// RUN: %clang -target sparc64-unknown-openbsd -### -c %s 2>&1 \
You can’t perform that action at this time.
0 commit comments