You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rollup merge of #101413 - nicholasbishop:bishop-remove-uefi-static-reloc, r=petrochenkov
Use RelocModel::Pic for UEFI targets
In #100537, the relocation model for UEFI targets was changed from PIC (the default value) to
static. There was some dicussion of this change here: #100537 (comment)
It turns out that this can cause compilation to fail as described in #101377, so switch back to PIC.
Fixes#101377
0 commit comments