[lld] r256800 - Fix test case comment after r256786. NFC.
Pete Cooper via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 4 16:47:22 PST 2016
Author: pete
Date: Mon Jan 4 18:47:22 2016
New Revision: 256800
URL: http://llvm.org/viewvc/llvm-project?rev=256800&view=rev
Log:
Fix test case comment after r256786. NFC.
The comment spacing was meant to show the interesting bytes in the prior
line, but the prior line moved slightly.
Modified:
lld/trunk/test/mach-o/arm64-reloc-negDelta32-fixup.yaml
Modified: lld/trunk/test/mach-o/arm64-reloc-negDelta32-fixup.yaml
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/mach-o/arm64-reloc-negDelta32-fixup.yaml?rev=256800&r1=256799&r2=256800&view=diff
==============================================================================
--- lld/trunk/test/mach-o/arm64-reloc-negDelta32-fixup.yaml (original)
+++ lld/trunk/test/mach-o/arm64-reloc-negDelta32-fixup.yaml Mon Jan 4 18:47:22 2016
@@ -8,7 +8,7 @@
# make sure that the offset in the FDE to the CIE is the correct value.
# CHECK: {{[0-9abcdef]*}} 10000000 00000000 017a5200 01781e01
# CHECK: {{[0-9abcdef]*}} 100c1f00 20000000 18000000 e4ffffff
-# Note, this one that matters ^~~~~~~~
+# Note, this one that matters ^~~~~~~~
# It needs to be 0x18 as that is the offset back to 0 where the CIE is.
# CHECK: {{[0-9abcdef]*}} ffffffff 20000000 00000000 00480e10
# CHECK: {{[0-9abcdef]*}} 9e019d02 00000000
More information about the llvm-commits
mailing list