This patch add a base script tokenizer class to decouple parsing from
linker script handling. The idea is to use this base class on dynamic
list parsing (--dynamic-list option). No functionality added.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
LGTM with a nit.
ELF/LinkerScript.cpp | ||
---|---|---|
112 | I think final here is redundant because you marked this class as final. |
I think final here is redundant because you marked this class as final.