This fragment emits a symbol ID and will be useful for more than just Safe SEH
tables (e.g., I plan to re-use it for Control Flow Guard tables). This is
simply a rename refactor.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
lgtm
llvm/include/llvm/MC/MCFragment.h | ||
---|---|---|
565 ↗ | (On Diff #122011) | Please add a doxygen comment here, something like: /// Represents a symbol table index fragment. Really, I just want to see the words "symbol table index" somewhere, since they sound familiar and comforting. :) |