Cleared 1m ago · qualcomm/eld #1728 · C++ · ★ 257 · BSD-3-Clause

eld incorrectly set the link state `ActBeforePerformingLayout` when it should instead set `ActBeforeWritingOutput`

We incorrectly set the link state LinkState::ActBeforePerformingLayout when we should set LinkState::ActBeforeWritingOutput. In ELFObjectWriter.cpp, we have: { PluginManager &PM = ThisModule.getPluginManager(); ThisModule.setLinkState(LinkState::ActBeforePerformingLayout); if…

What we checked

Similar unclaimed issues