[lld] r315588 - Update comment.

Rafael Espindola via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 12 08:54:14 PDT 2017


Author: rafael
Date: Thu Oct 12 08:54:14 2017
New Revision: 315588

URL: http://llvm.org/viewvc/llvm-project?rev=315588&view=rev
Log:
Update comment.

The number 131076 didn't show up anywhere in the test.

Modified:
    lld/trunk/test/ELF/aarch64-undefined-weak.s

Modified: lld/trunk/test/ELF/aarch64-undefined-weak.s
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/ELF/aarch64-undefined-weak.s?rev=315588&r1=315587&r2=315588&view=diff
==============================================================================
--- lld/trunk/test/ELF/aarch64-undefined-weak.s (original)
+++ lld/trunk/test/ELF/aarch64-undefined-weak.s Thu Oct 12 08:54:14 2017
@@ -34,7 +34,7 @@ _start:
  ldr x8, target
 
 // CHECK: Disassembly of section .text:
-// 131076 = 0x20004
+// 131072 = 0x20000
 // CHECK:         20000: {{.*}} b       #4
 // CHECK-NEXT:    20004: {{.*}} bl      #4
 // CHECK-NEXT:    20008: {{.*}} b.eq    #4




More information about the llvm-commits mailing list