forked from OSchip/llvm-project
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. llvm-svn: 257540
This commit is contained in:
parent
6161b38dbc
commit
4b00e7310f
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue