[PATCH] D68352: [lld] Don't create hints-section if Hint/Name Table is empty

Stefan Schmidt via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 8 02:31:45 PDT 2019


thrimbor added inline comments.


================
Comment at: lld/test/COFF/imports-ordinal-only.s:5
+# RUN: llvm-mc -triple=i386-pc-win32 %s -filetype=obj -o %t.obj
+# RUN: lld-link -out:%t.exe -entry:main -subsystem:console -safeseh:no -debug %t.obj %t-implib.a
+
----------------
ruiu wrote:
> I'd dump the import table to verify that a correct import table is actually created in the resulting executable.
I updated the test. Is this what you had in mind?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D68352/new/

https://reviews.llvm.org/D68352





More information about the llvm-commits mailing list