The problem we have with it is that anything inside an AT is as expression, so we fail to parse the section name because of the - in it.
Details
Details
Diff Detail
Diff Detail
Event Timeline
ELF/ScriptParser.cpp | ||
---|---|---|
800 | I think even if we have to repeat very similar code twice, that's still better than defining a new class for RAII. |
I think even if we have to repeat very similar code twice, that's still better than defining a new class for RAII.