You should check that it is enabled, not just delete the test that it is not.
On 14 January 2015 at 03:23, Brad Smith <[email protected]> wrote: > Author: brad > Date: Wed Jan 14 02:23:49 2015 > New Revision: 225961 > > URL: http://llvm.org/viewvc/llvm-project?rev=225961&view=rev > Log: > The assembler is now enabled by default. > > Modified: > cfe/trunk/test/Driver/openbsd.c > > Modified: cfe/trunk/test/Driver/openbsd.c > URL: > http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/openbsd.c?rev=225961&r1=225960&r2=225961&view=diff > ============================================================================== > --- cfe/trunk/test/Driver/openbsd.c (original) > +++ cfe/trunk/test/Driver/openbsd.c Wed Jan 14 02:23:49 2015 > @@ -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" > > > _______________________________________________ > cfe-commits mailing list > [email protected] > http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
