This is an alternative to https://reviews.llvm.org/D29391 which is a lot simpler IMHO.
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Does this always create a dummy section at the beginning of a file?
ELF/LinkerScript.cpp | ||
---|---|---|
779 | mention -> mentioned |
Comment Actions
Ah, Aether is just a placeholder object that is going to be output as a real section in the output. That's a clever way of handling the symbols defined before the first section. LGTM.
mention -> mentioned