[PATCH] D63109: lld-link: Reject more than one resource .obj file

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 23 21:43:26 PDT 2019


ruiu added a comment.

In D63109#1554856 <https://reviews.llvm.org/D63109#1554856>, @mstorsjo wrote:

> Actually, I'm leaning towards making this only a warning in MinGW cases. If multiple resource objects are passed and the `.rsrc$01` sections are concatenated, is the effect that only the first one actually is read and used, or what does happen?


Sounds like a good idea. That seems to make more sense than changing the sematics of a resource file in an archive file.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D63109





More information about the llvm-commits mailing list