Skip to content

Commit 5f1e87a

Browse files
committed
IAS is now enabled for all OS on MIPS64
llvm-svn: 357879
1 parent 0e5ccd9 commit 5f1e87a

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

clang/test/Driver/freebsd.c

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -184,11 +184,7 @@
184184
// RUN: | FileCheck -check-prefix=CHECK-MIPS64-CPU %s
185185
// CHECK-MIPS64-CPU: "-target-cpu" "mips3"
186186

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
192188
// RUN: %clang -target sparc64-unknown-freebsd -### -c %s 2>&1 \
193189
// RUN: | FileCheck -check-prefix=CHECK-IAS %s
194190
// CHECK-IAS-NOT: "-no-integrated-as"

clang/test/Driver/openbsd.c

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,7 @@
7474
// CHECK-MIPS64EL: as{{.*}}" "-mabi" "64" "-EL"
7575
// CHECK-MIPS64EL-PIC: as{{.*}}" "-mabi" "64" "-EL" "-KPIC"
7676

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
8278
// RUN: %clang -target sparc-unknown-openbsd -### -c %s 2>&1 \
8379
// RUN: | FileCheck -check-prefix=CHECK-IAS %s
8480
// RUN: %clang -target sparc64-unknown-openbsd -### -c %s 2>&1 \

0 commit comments

Comments
 (0)