[PATCH] D11724: COFF: Add test for ld/section created import library

Rui Ueyama ruiu at google.com
Mon Aug 3 19:15:33 PDT 2015


ruiu added a comment.

Do you know anything about how GNU ld handles these import libraries? My
linker is able to read it and construct .idata section, but the resulting
.idata section is not going to be in correct format. If GNU linker is able
to generate a correct .idata section from this type of import libraries,
there must be something I'm missing in my linker.


http://reviews.llvm.org/D11724







More information about the llvm-commits mailing list