projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ca9be3
)
[ELF] Attempt to fix buildbot (duplicate _gp symbol)
author
Eugene Leviant
<evgeny.leviant@gmail.com>
Tue, 8 Nov 2016 16:44:48 +0000
(16:44 +0000)
committer
Eugene Leviant
<evgeny.leviant@gmail.com>
Tue, 8 Nov 2016 16:44:48 +0000
(16:44 +0000)
llvm-svn: 286247
lld/test/ELF/duplicate-internal.s
patch
|
blob
|
history
diff --git
a/lld/test/ELF/duplicate-internal.s
b/lld/test/ELF/duplicate-internal.s
index
d1ccf53
..
b609307
100644
(file)
--- a/
lld/test/ELF/duplicate-internal.s
+++ b/
lld/test/ELF/duplicate-internal.s
@@
-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