[PATCH] D48756: Add option for section ordering

Bill Wendling via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 29 13:07:50 PDT 2018


void added a comment.

Can I explain why it doesn't boot? No. At least not the root cause of why it won't boot. That's just the behavior we see. As I mentioned, Linux is very sensitive to what the linker is doing. E.g., we can't use the gold linker in the final binary link phase. If you wish, I can change the default here. Though frankly if the user doesn't specify `--segment-ordering-file`, then I'm not sure why the default is for this to be `true`.


Repository:
  rL LLVM

https://reviews.llvm.org/D48756





More information about the llvm-commits mailing list