[lld] r264732 - [ELF][MIPS] Remove redundant comments from the test. NFC.
Simon Atanasyan via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 29 07:26:25 PDT 2016
Author: atanasyan
Date: Tue Mar 29 09:26:24 2016
New Revision: 264732
URL: http://llvm.org/viewvc/llvm-project?rev=264732&view=rev
Log:
[ELF][MIPS] Remove redundant comments from the test. NFC.
Now llvm-objdump prints target function name for `jal` instruction by itself.
Modified:
lld/trunk/test/ELF/mips-26.s
Modified: lld/trunk/test/ELF/mips-26.s
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/ELF/mips-26.s?rev=264732&r1=264731&r2=264732&view=diff
==============================================================================
--- lld/trunk/test/ELF/mips-26.s (original)
+++ lld/trunk/test/ELF/mips-26.s Tue Mar 29 09:26:24 2016
@@ -13,13 +13,11 @@
# CHECK: Disassembly of section .text:
# CHECK-NEXT: bar:
-# CHECK-NEXT: 20000: 0c 00 80 06 jal 131096
-# ^-- 0x20018 loc
+# CHECK-NEXT: 20000: 0c 00 80 06 jal 131096 <loc>
# CHECK-NEXT: 20004: 00 00 00 00 nop
#
# CHECK: __start:
-# CHECK-NEXT: 20008: 0c 00 80 00 jal 131072
-# ^-- 0x20000 bar
+# CHECK-NEXT: 20008: 0c 00 80 00 jal 131072 <bar>
# CHECK-NEXT: 2000c: 00 00 00 00 nop
# CHECK-NEXT: 20010: 0c 00 80 10 jal 131136
# ^-- 0x20040 gotplt[foo0]
More information about the llvm-commits
mailing list