This approach is not only consistent with UnresolvedPolicy,
but also should help to solve a problem
of options with opposing meanings, mentioned in PR28843
Details
Details
Diff Detail
Diff Detail
Event Timeline
ELF/Config.h | ||
---|---|---|
36 | Needs a comment. | |
ELF/Driver.cpp | ||
351 | Add {}. | |
394–395 | I'd make it explicit that the function depends on Config->Relocatable and move it where the previous assignment to Strip{All,Debug} was. if (!Config->Relocatable) Config->Strip = getStripOption(Args); Otherwise, it seems to happened to be here because of the alphabetical order. |
Needs a comment.