[lld] r286247 - [ELF] Attempt to fix buildbot (duplicate _gp symbol)

Eugene Leviant via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 8 08:44:48 PST 2016


Author: evgeny777
Date: Tue Nov  8 10:44:48 2016
New Revision: 286247

URL: http://llvm.org/viewvc/llvm-project?rev=286247&view=rev
Log:
[ELF] Attempt to fix buildbot (duplicate _gp symbol)

Modified:
    lld/trunk/test/ELF/duplicate-internal.s

Modified: lld/trunk/test/ELF/duplicate-internal.s
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/ELF/duplicate-internal.s?rev=286247&r1=286246&r2=286247&view=diff
==============================================================================
--- lld/trunk/test/ELF/duplicate-internal.s (original)
+++ lld/trunk/test/ELF/duplicate-internal.s Tue Nov  8 10:44:48 2016
@@ -3,7 +3,7 @@
 # RUN: llvm-mc -filetype=obj -triple=mips-unknown-linux %s -o %t.o
 # RUN: not ld.lld -shared %t.o -o %t.so 2>&1 | FileCheck %s
 
-# CHECK: duplicate symbol: _gp in {{.*}} and (internal)
+# CHECK: duplicate symbol '_gp' in {{.*}} and (internal)
 
 # REQUIRES: mips
 




More information about the llvm-commits mailing list