summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2016-01-12 23:29:42 +0000
committerRui Ueyama <ruiu@google.com>2016-01-12 23:29:42 +0000
commit4b00e7310f6fa640af88bae944bad185975099a3 (patch)
tree99a269fb7f6cbb4d0f870752e22ab0e8386a0f08
parent6161b38dbc3ea873de87743c536a379031bdef89 (diff)
downloadbcm5719-llvm-4b00e7310f6fa640af88bae944bad185975099a3.tar.gz
bcm5719-llvm-4b00e7310f6fa640af88bae944bad185975099a3.zip
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
-rw-r--r--lld/test/COFF/export.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/COFF/export.test b/lld/test/COFF/export.test
index abc94de9882..20e069ec3c8 100644
--- a/lld/test/COFF/export.test
+++ b/lld/test/COFF/export.test
@@ -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)
OpenPOWER on IntegriCloud