[PATCH] D27200: [ELF] - Do not create 4gb output when -obinary -Ttext and -omagic used together.

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 29 08:07:21 PST 2016


ruiu added a comment.

The way how this patch fixes the issue is a bit puzzling and too subtle (the important condition is buried inside createPhdrs which later affects file offset computation in an nonobvious). I believe there's a better way. Let me take a closer look.


https://reviews.llvm.org/D27200





More information about the llvm-commits mailing list