Uh oh!
There was an error while loading. Please reload this page.
Update the Fuchsia linker defaults - #72116
Conversation
This updates the linker defaults aligning them with Clang. Specifically, we use 4K pages on all platforms, we always use BIND_NOW, we prefer all loadable segments be separate and page aligned, and we support RELR relocations.
rust-highfive
commented
May 11, 2020
(rust_highfive has picked a reviewer for you, use r? to override) |
petrhosek
commented
May 11, 2020
r? @tmandry |
tmandry
commented
May 11, 2020
@bors r+ |
bors
commented
May 11, 2020
📌 Commit c85768e has been approved by |
Update the Fuchsia linker defaults This updates the linker defaults aligning them with Clang. Specifically, we use 4K pages on all platforms, we always use BIND_NOW, we prefer all loadable segments be separate and page aligned, and we support RELR relocations.
Dylan-DPC-zz
commented
May 13, 2020
Failed in rollup: |
Dylan-DPC-zz
commented
May 13, 2020
@bors r- rollup=never |
Elinvynia
commented
May 20, 2020
Ping from triage: @petrhosek |
petrhosek
commented
May 20, 2020
|
It's whatever LLVM version is in-tree, which right now is pretty old (9.x with some cherry-picks). #67759 brings it up to date, hopefully it lands today. |
Elinvynia
commented
May 27, 2020
Ping from triage: @petrhosek It seems like the required PR has landed, could you have another look? |
petrhosek
commented
May 27, 2020
Can we try and land this change again? There should be any further changes needed to the patch. |
tmandry
commented
May 28, 2020
@bors r+ |
bors
commented
May 28, 2020
📌 Commit c85768e has been approved by |
Dylan-DPC-zz
commented
May 29, 2020
@bors p=1 |
bors
commented
May 29, 2020
⌛ Testing commit c85768e with merge 6c96ea2e849ad677d47ac158f0f1b1ec2dcbcd39... |
Dylan-DPC-zz
commented
May 29, 2020
queue is long so yielding ( a bit late ) @bors retry |
bors
commented
May 30, 2020
⌛ Testing commit c85768e with merge e345b4d97a5d16d450fa2854b427988b66502af6... |
JohnTitor
commented
May 30, 2020
@bors retry yield |
bors
commented
May 30, 2020
⌛ Testing commit c85768e with merge d9e434b9e06520f56a3245257bf10f4ca78d9917... |
bors
commented
May 30, 2020
💔 Test failed - checks-azure |
JohnTitor
commented
May 30, 2020
Spurious? @bors retry |
bors
commented
May 30, 2020
⌛ Testing commit c85768e with merge 0800454aa5cbe2088c977005e1cfe5dbec218b09... |
Dylan-DPC-zz
commented
May 30, 2020
@bors retry yield |
bors
commented
May 30, 2020
⌛ Testing commit c85768e with merge d9a332c2b4e515764934a7fbc1c54a23a6bbb866... |
Dylan-DPC-zz
commented
May 30, 2020
@bors retry |
bors
commented
May 31, 2020
bors
commented
May 31, 2020
☀️ Test successful - checks-azure |
This updates the linker defaults aligning them with Clang. Specifically,
we use 4K pages on all platforms, we always use BIND_NOW, we prefer all
loadable segments be separate and page aligned, and we support RELR
relocations.