[lld] r250725 - Fix comment.

Rafael Espindola via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 19 12:24:03 PDT 2015


Author: rafael
Date: Mon Oct 19 14:24:03 2015
New Revision: 250725

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

Modified:
    lld/trunk/test/elf2/comdat.s

Modified: lld/trunk/test/elf2/comdat.s
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf2/comdat.s?rev=250725&r1=250724&r2=250725&view=diff
==============================================================================
--- lld/trunk/test/elf2/comdat.s (original)
+++ lld/trunk/test/elf2/comdat.s Mon Oct 19 14:24:03 2015
@@ -20,7 +20,7 @@ foo:
 // CHECK: Disassembly of section bar:
 // CHECK-NEXT: bar:
 // 0x1000 - 0x1001 - 5 = -6
-// 0      - 0x1006 - 5 = -8203
+// 0      - 0x1006 - 5 = -4107
 // CHECK-NEXT:   1001:	{{.*}}  callq  -6
 // CHECK-NEXT:   1006:	{{.*}}  callq  -4107
 




More information about the llvm-commits mailing list