[lld] r282926 - Removed a test that should've been removed with r282916.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 30 13:17:27 PDT 2016


Author: ruiu
Date: Fri Sep 30 15:17:26 2016
New Revision: 282926

URL: http://llvm.org/viewvc/llvm-project?rev=282926&view=rev
Log:
Removed a test that should've been removed with r282916.

Modified:
    lld/trunk/test/ELF/lto/archive.ll

Modified: lld/trunk/test/ELF/lto/archive.ll
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/ELF/lto/archive.ll?rev=282926&r1=282925&r2=282926&view=diff
==============================================================================
--- lld/trunk/test/ELF/lto/archive.ll (original)
+++ lld/trunk/test/ELF/lto/archive.ll Fri Sep 30 15:17:26 2016
@@ -8,10 +8,6 @@
 ; RUN: ld.lld -m elf_x86_64 %t2.o --whole-archive %t.a -o %t3 -shared
 ; RUN: llvm-readobj -t %t3 | FileCheck %s
 
-; RUN: llvm-ar rcS %t4.a %t1.o
-; RUN: ld.lld -m elf_x86_64 %t2.o %t4.a -o %t3 -shared 2>&1 \
-; RUN:   | FileCheck -check-prefix=WARN %s
-
 ; CHECK:      Name: g (
 ; CHECK-NEXT: Value:
 ; CHECK-NEXT: Size:
@@ -28,8 +24,6 @@
 ; CHECK-NEXT: Other: 0
 ; CHECK-NEXT: Section: .text
 
-; WARN: has no symbol.
-
 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
 target triple = "x86_64-unknown-linux-gnu"
 




More information about the llvm-commits mailing list