summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/Sparc
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2015-06-23 11:31:32 +0000
committerDaniel Jasper <djasper@google.com>2015-06-23 11:31:32 +0000
commit41de8027b1f744c1e52f54ca9a1b120c7fda81af (patch)
tree38c65f7deacbb6c2e627a040d4284143473442a8 /llvm/test/MC/Sparc
parent6d9be8e771bd058ae513a89bd7932fa4b2aaddc6 (diff)
downloadbcm5719-llvm-41de8027b1f744c1e52f54ca9a1b120c7fda81af.tar.gz
bcm5719-llvm-41de8027b1f744c1e52f54ca9a1b120c7fda81af.zip
Revert r240302 ("Bring r240130 back.").
This causes errors like: ld: error: blah.o: requires dynamic R_X86_64_PC32 reloc against '' which may overflow at runtime; recompile with -fPIC blah.cc:function f(): error: undefined reference to '' blah.o:g(): error: undefined reference to '' I have not yet come up with an appropriate reproduction. llvm-svn: 240394
Diffstat (limited to 'llvm/test/MC/Sparc')
-rw-r--r--llvm/test/MC/Sparc/sparc-pic.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/MC/Sparc/sparc-pic.s b/llvm/test/MC/Sparc/sparc-pic.s
index 6cf23db34df..5430d1fea10 100644
--- a/llvm/test/MC/Sparc/sparc-pic.s
+++ b/llvm/test/MC/Sparc/sparc-pic.s
@@ -7,8 +7,8 @@
! CHECK-NEXT: 0x{{[0-9,A-F]+}} R_SPARC_PC10 _GLOBAL_OFFSET_TABLE_ 0x8
! CHECK-NEXT: 0x{{[0-9,A-F]+}} R_SPARC_GOT22 AGlobalVar 0x0
! CHECK-NEXT: 0x{{[0-9,A-F]+}} R_SPARC_GOT10 AGlobalVar 0x0
-! CHECK-NEXT: 0x{{[0-9,A-F]+}} R_SPARC_GOT22 - 0x0
-! CHECK-NEXT: 0x{{[0-9,A-F]+}} R_SPARC_GOT10 - 0x0
+! CHECK-NEXT: 0x{{[0-9,A-F]+}} R_SPARC_GOT22 .LC0 0x0
+! CHECK-NEXT: 0x{{[0-9,A-F]+}} R_SPARC_GOT10 .LC0 0x0
! CHECK-NEXT: 0x{{[0-9,A-F]+}} R_SPARC_WPLT30 bar 0x0
! CHECK: ]
OpenPOWER on IntegriCloud