This is an archive of the discontinued LLVM Phabricator instance.

NFC: Rename MCSafeSEHFragment to MCSymbolIdFragment
ClosedPublic

Authored by amccarth on Nov 7 2017, 4:19 PM.

Details

Summary

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.

Diff Detail

Repository
rL LLVM

Event Timeline

amccarth created this revision.Nov 7 2017, 4:19 PM
rnk accepted this revision.Nov 7 2017, 5:19 PM

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. :)

This revision is now accepted and ready to land.Nov 7 2017, 5:19 PM
amccarth marked an inline comment as done.Nov 8 2017, 9:42 AM
This revision was automatically updated to reflect the committed changes.