summaryrefslogtreecommitdiffstats
path: root/test/MC/Mips/xgot.s
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2015-06-22 17:52:52 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2015-06-22 17:52:52 +0000
commitafd779f72d74282192665f649007c33a75de9f16 (patch)
tree19378613d36bf77493246377f0aa5a2f52afc2a3 /test/MC/Mips/xgot.s
parent09bbd16112760751c0a9ba44a83b2f177e8222bb (diff)
Bring r240130 back.
Now that pr23900 is fixed, we can bring it back with no changes. Original message: Make all temporary symbols unnamed. What this does is make all symbols that would otherwise start with a .L (or L on MachO) unnamed. Some of these symbols still show up in the symbol table, but we can just make them unnamed. In order to make sure we produce identical results when going thought assembly, all .L (not just the compiler produced ones), are now unnamed. Running llc on llvm-as.opt.bc, the peak memory usage goes from 208.24MB to 205.57MB. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240302 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC/Mips/xgot.s')
-rw-r--r--test/MC/Mips/xgot.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/MC/Mips/xgot.s b/test/MC/Mips/xgot.s
index 3380a856375f..d813c89231c4 100644
--- a/test/MC/Mips/xgot.s
+++ b/test/MC/Mips/xgot.s
@@ -10,8 +10,8 @@
// CHECK: 0x1C R_MIPS_GOT_LO16 ext_1
// CHECK: 0x24 R_MIPS_CALL_HI16 printf
// CHECK: 0x30 R_MIPS_CALL_LO16 printf
-// CHECK: 0x2C R_MIPS_GOT16 $.str
-// CHECK: 0x38 R_MIPS_LO16 $.str
+// CHECK: 0x2C R_MIPS_GOT16 -
+// CHECK: 0x38 R_MIPS_LO16 -
// CHECK: ]
.text