forked from OSchip/llvm-project
[ELF] Attempt to fix buildbot (duplicate _gp symbol)
llvm-svn: 286247
This commit is contained in:
parent
2ca9be330b
commit
166c99b37e
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue