[PATCH] D66824: [09/10] [LLD] [COFF] Support merging resource object files

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 29 13:31:42 PDT 2019


thakis added a comment.

I'd vote for not running complicated code unless we have to, so I'd keep this MinGW only.

Do you really need this feature in MinGW mode? IIRC you said this was for some "default res file" feature in gcc which adds a default res which is only supposed to be used if there's no user res file -- which doesn't require any merging.


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

https://reviews.llvm.org/D66824





More information about the llvm-commits mailing list