[PATCH] D59674: This test assumes that -rtlib defaults to libgcc. But that isn't true in the face of -DCLANG_DEFAULT_RTLIB=compiler-rt.

Sterling Augustine via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 21 16:29:35 PDT 2019


This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rL356724: This test assumes that -rtlib defaults to libgcc. But that isn't true in theā€¦ (authored by saugustine, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D59674?vs=191793&id=191797#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D59674/new/

https://reviews.llvm.org/D59674

Files:
  cfe/trunk/test/Driver/compiler-rt-unwind.c


Index: cfe/trunk/test/Driver/compiler-rt-unwind.c
===================================================================
--- cfe/trunk/test/Driver/compiler-rt-unwind.c
+++ cfe/trunk/test/Driver/compiler-rt-unwind.c
@@ -2,13 +2,6 @@
 // --unwindlib=XXX properly.
 //
 // RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \
-// RUN:     --target=x86_64-unknown-linux \
-// RUN:     --gcc-toolchain="" \
-// RUN:   | FileCheck --check-prefix=RTLIB-EMPTY %s
-// RTLIB-EMPTY: "{{.*}}lgcc"
-// RTLIB-EMPTY: "{{.*}}-lgcc_s"
-//
-// RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \
 // RUN:     --target=x86_64-unknown-linux -rtlib=libgcc \
 // RUN:     --gcc-toolchain="" \
 // RUN:   | FileCheck --check-prefix=RTLIB-GCC %s


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59674.191797.patch
Type: text/x-patch
Size: 730 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190321/95d7bb6b/attachment.bin>


More information about the llvm-commits mailing list