From: Rafael Espindola Date: Fri, 29 Oct 2010 21:18:11 +0000 (+0000) Subject: Update tests to not search of as. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1af67f33f32444d7b344c67e03a196cd5e8c03ea;p=clang Update tests to not search of as. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@117711 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGenCXX/debug-info-namespace.cpp b/test/CodeGenCXX/debug-info-namespace.cpp index af6020e0ae..2e0a96d566 100644 --- a/test/CodeGenCXX/debug-info-namespace.cpp +++ b/test/CodeGenCXX/debug-info-namespace.cpp @@ -1,4 +1,3 @@ -// XFAIL: freebsd, linux // RUN: %clang -g -S %s -o - | FileCheck %s // CHECK: TAG_namespace diff --git a/test/Driver/dragonfly.c b/test/Driver/dragonfly.c index d7b954d586..d768fe656b 100644 --- a/test/Driver/dragonfly.c +++ b/test/Driver/dragonfly.c @@ -2,7 +2,6 @@ // RUN: FileCheck -input-file %t.log %s // CHECK: clang{{.*}}" "-cc1" "-triple" "amd64-pc-dragonfly" -// CHECK: as{{.*}}" "-o" "{{.*}}.o" "{{.*}}.s // CHECK: ld{{.*}}" "-dynamic-linker" "{{.*}}ld-elf.{{.*}}" "-o" "a.out" "{{.*}}crt1.o" "{{.*}}crti.o" "{{.*}}crtbegin.o" "{{.*}}.o" "-L{{.*}}/gcc{{.*}}" {{.*}} "-lc" "-lgcc" "{{.*}}crtend.o" "{{.*}}crtn.o" diff --git a/test/Driver/freebsd.c b/test/Driver/freebsd.c index e8bc223457..43c034b106 100644 --- a/test/Driver/freebsd.c +++ b/test/Driver/freebsd.c @@ -2,7 +2,6 @@ // RUN: FileCheck --check-prefix=CHECK-PPC < %t %s // // CHECK-PPC: clang{{.*}}" "-cc1" "-triple" "powerpc64-pc-freebsd8" -// CHECK-PPC: as{{.*}}" "-o" "{{.*}}.o" "{{.*}}.s // CHECK-PPC: ld{{.*}}" "--eh-frame-hdr" "-dynamic-linker" "{{.*}}ld-elf{{.*}}" "-o" "a.out" "{{.*}}crt1.o" "{{.*}}crti.o" "{{.*}}crtbegin.o" "{{.*}}.o" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "-lc" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "{{.*}}crtend.o" "{{.*}}crtn.o" @@ -12,7 +11,6 @@ // RUN: FileCheck --check-prefix=CHECK-LIB32 < %t %s // // CHECK-LIB32: clang{{.*}}" "-cc1" "-triple" "i386-pc-freebsd8" -// CHECK-LIB32: as{{.*}}" "--32" // CHECK-LIB32: ld{{.*}}" {{.*}} "-m" "elf_i386_fbsd" // // RUN: %clang -ccc-host-triple x86_64-pc-freebsd8 -m32 -print-search-dirs %s > %t diff --git a/test/Driver/openbsd.c b/test/Driver/openbsd.c index 6024461069..34f6988c68 100644 --- a/test/Driver/openbsd.c +++ b/test/Driver/openbsd.c @@ -2,5 +2,4 @@ // RUN: FileCheck -input-file %t.log %s // CHECK: clang{{.*}}" "-cc1" "-triple" "i686-pc-openbsd" -// CHECK: as{{.*}}" "-o" "{{.*}}.o" "{{.*}}.s // CHECK: ld{{.*}}" "-e" "__start" "--eh-frame-hdr" "-Bdynamic" "-dynamic-linker" "{{.*}}ld.so" "-o" "a.out" "{{.*}}crt0.o" "{{.*}}crtbegin.o" "{{.*}}.o" "-lgcc" "-lc" "-lgcc" "{{.*}}crtend.o"