[PATCH] D159404: [flang/mlir] Fix "file too big" build error on CYGWIN.

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 12 06:03:41 PDT 2023


mstorsjo added a comment.

In D159404#4644240 <https://reviews.llvm.org/D159404#4644240>, @carlo-bramini wrote:

> In D159404#4644004 <https://reviews.llvm.org/D159404#4644004>, @mstorsjo wrote:
>
>> For landing your patch, what's youre preferred git author line, `Real Name <email at address>`?
>
> Real name: Carlo Bramini
> email: carlo_bramini at users.sourceforge.net

Ok, I'll try to land the change later today.

> BTW: excuse me, what about the 3 issues #63582, #57718 and #51143?
> I was not able to reproduce those bugs with MinGW-w64, actually.

I haven't run into those either. Looks like I've commented on https://github.com/llvm/llvm-project/issues/57718 at least. Not sure if that's caused by the same (too many sections, fixed by `-Wa,-mbig-obj`) or if it's a case where the string table exceeds 10 MB, which LLVM/MSVC handles fine but I think binutils hasn't implemented. If it is the latter, there's no fix other than implementing the >10 MB string table offset handling in binutils, or changing the build configuration to produce less data (e.g. not building in debug mode perhaps?).


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

https://reviews.llvm.org/D159404



More information about the llvm-commits mailing list