summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad Smith <brad@comstyle.com>2015-01-14 08:23:49 +0000
committerBrad Smith <brad@comstyle.com>2015-01-14 08:23:49 +0000
commit44b2f1c9c2bc19d85783fe0d3a9491478aece3d5 (patch)
tree0e45be69025c23b0093d015a69b5bf448c925019
parent53bfa51bec043fe14308e452a04f7a87df8bb8a6 (diff)
The assembler is now enabled by default.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@225961 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Driver/openbsd.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/Driver/openbsd.c b/test/Driver/openbsd.c
index 6abf040be0..74fef5092a 100644
--- a/test/Driver/openbsd.c
+++ b/test/Driver/openbsd.c
@@ -67,12 +67,3 @@
// CHECK-MIPS64-PIC: as{{.*}}" "-mabi" "64" "-EB" "-KPIC"
// CHECK-MIPS64EL: as{{.*}}" "-mabi" "64" "-EL"
// CHECK-MIPS64EL-PIC: as{{.*}}" "-mabi" "64" "-EL" "-KPIC"
-
-// Check that the integrated assembler is enabled for PowerPC and SPARC
-// RUN: %clang -target powerpc-unknown-openbsd -### -c %s 2>&1 \
-// RUN: | FileCheck -check-prefix=CHECK-IAS %s
-// 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 \
-// RUN: | FileCheck -check-prefix=CHECK-IAS %s
-// CHECK-IAS-NOT: "-no-integrated-as"