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

llvm-svn: 286247
This commit is contained in:
Eugene Leviant 2016-11-08 16:44:48 +00:00
parent 2ca9be330b
commit 166c99b37e
1 changed files with 1 additions and 1 deletions

View File

@ -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