[lld] r346612 - [lld][test] Update tests using objdump

Kristina Brooks via llvm-commits llvm-commits at lists.llvm.org
Sun Nov 11 10:42:59 PST 2018


Author: kristina
Date: Sun Nov 11 10:42:59 2018
New Revision: 346612

URL: http://llvm.org/viewvc/llvm-project?rev=346612&view=rev
Log:
[lld][test] Update tests using objdump

Followup fix for LLD test for new format in rL346610. 


Modified:
    lld/trunk/test/ELF/relocation-common.s

Modified: lld/trunk/test/ELF/relocation-common.s
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/ELF/relocation-common.s?rev=346612&r1=346611&r2=346612&view=diff
==============================================================================
--- lld/trunk/test/ELF/relocation-common.s (original)
+++ lld/trunk/test/ELF/relocation-common.s Sun Nov 11 10:42:59 2018
@@ -11,4 +11,4 @@ _start:
 .comm sym1,4,4
 
 // CHECK: 201000: {{.*}} movl    $1, 4086(%rip)
-// CHECK: 0000000000202000 g       .bss            00000004 sym1
+// CHECK: 0000000000202000 g       .bss          O 00000004 sym1




More information about the llvm-commits mailing list