[PATCH] D51456: [LLD] [COFF] When doing automatic dll imports, replace whole .refptr.<var> chunks with __imp_<var>
Reid Kleckner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 29 15:11:28 PDT 2018
rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.
lgtm
================
Comment at: test/COFF/autoimport-refptr.s:35
+# CONTENTS: Contents of section .data:
+# CONTENTS: 140003000 08200040 01000000 08200040 01000000
+# CONTENTS: 140003010 2a000000
----------------
Hm, they really should put a colon after the address to make this easier to read. =/
Repository:
rLLD LLVM Linker
https://reviews.llvm.org/D51456
More information about the llvm-commits
mailing list