summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Sanders <daniel.sanders@imgtec.com>2016-05-09 13:01:01 +0000
committerDaniel Sanders <daniel.sanders@imgtec.com>2016-05-09 13:01:01 +0000
commitdcb98e61c73306895ba623cd43657bd593494bb1 (patch)
tree378779ae1e14ad97657e61503d56209eb2752125
parentf9be3bb1d52915e0fb95baaf8d0e48942260a6cd (diff)
downloadbcm5719-llvm-dcb98e61c73306895ba623cd43657bd593494bb1.tar.gz
bcm5719-llvm-dcb98e61c73306895ba623cd43657bd593494bb1.zip
[mips] Fix mips-got16.s following r268900.
$LC0 and $LC1 are no longer present in the symbol table because they are rewritten to .text+offset and .data+offset. llvm-svn: 268911
-rw-r--r--lld/test/ELF/mips-got16.s2
1 files changed, 0 insertions, 2 deletions
diff --git a/lld/test/ELF/mips-got16.s b/lld/test/ELF/mips-got16.s
index a04e33eb411..22f4b07ceca 100644
--- a/lld/test/ELF/mips-got16.s
+++ b/lld/test/ELF/mips-got16.s
@@ -22,8 +22,6 @@
# CHECK-NEXT: 10028: 8f 88 80 2c lw $8, -32724($gp)
#
# CHECK: SYMBOL TABLE:
-# CHECK: 0001002c .text 00000000 $LC0
-# CHECK: 00039000 .data 00000000 $LC1
# CHECK: 00051008 .data 00000000 .hidden bar
# CHECK: 00000000 *UND* 00000000 foo
OpenPOWER on IntegriCloud