[PATCH] D107237: [LLD][MinGW] Accept joined format for --stack

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 1 15:08:29 PDT 2021


mstorsjo added a comment.

In D107237#2918897 <https://reviews.llvm.org/D107237#2918897>, @jeremyd2019 wrote:

> In D107237#2918836 <https://reviews.llvm.org/D107237#2918836>, @mstorsjo wrote:
>
>> In D107237#2918830 <https://reviews.llvm.org/D107237#2918830>, @jeremyd2019 wrote:
>>
>>> lld: error: unknown argument: --image-base=0x10000000 ?
>>
>> Yes, that shows that lld doesn't support that form of that option - the question is whether ld.bfd supports that form of that particular option (I would assume it does as it uses getopt iirc).
>
> That's an error from a couple of actual packages (meanwhile and openldap)

Oh, ok, so those would be more low hanging fruit to fix by doing the same for that option.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D107237



More information about the llvm-commits mailing list