[lld] r257540 - COFF: Update test for recent llvm-objdump change (r257539).
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 12 15:29:42 PST 2016
Author: ruiu
Date: Tue Jan 12 17:29:42 2016
New Revision: 257540
URL: http://llvm.org/viewvc/llvm-project?rev=257540&view=rev
Log:
COFF: Update test for recent llvm-objdump change (r257539).
This test now correctly checks if the specified forwarding-to
symbol exists in the export table.
Modified:
lld/trunk/test/COFF/export.test
Modified: lld/trunk/test/COFF/export.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/COFF/export.test?rev=257540&r1=257539&r2=257540&view=diff
==============================================================================
--- lld/trunk/test/COFF/export.test (original)
+++ lld/trunk/test/COFF/export.test Tue Jan 12 17:29:42 2016
@@ -90,4 +90,4 @@ FORWARDER: Ordinal base: 0
FORWARDER: Ordinal RVA Name
FORWARDER: 0 0
FORWARDER: 1 0x1010 exportfn
-FORWARDER: 2 0x2062 foo
+FORWARDER: 2 foo (forwarded to kernel32.foobar)
More information about the llvm-commits
mailing list