| commit | 7bd9e94e385b41887c4d7205f1e70b36b4a5f5fc | [log] [tgz] |
|---|---|---|
| author | Bill Wendling <isanbard@gmail.com> | Thu Jul 12 20:35:58 2018 +0000 |
| committer | Bill Wendling <isanbard@gmail.com> | Thu Jul 12 20:35:58 2018 +0000 |
| tree | b9743450f6a335fbdb74942a20a7075f61d91fa0 | |
| parent | 2bb551c6bf0275241feb054aef21412b07bc16cf [diff] |
[gold-plugin] Disable section ordering for relocatable links Not all programs want section ordering when compiled with LTO. In particular, the Linux kernel is very sensitive when it comes to linking, and doesn't boot when each function is placed in its own sections. Reviewed By: pcc Differential Revision: https://reviews.llvm.org/D48756 llvm-svn: 336943