This is an archive of the discontinued LLVM Phabricator instance.

ELF: Remove SymbolTable::SymIndex class.
ClosedPublic

Authored by pcc on Nov 5 2017, 8:40 PM.

Details

Summary

The Traced flag is unnecessary because we only need to set the index
to -1 to mark a symbol for tracing.

Diff Detail

Repository
rL LLVM

Event Timeline

pcc created this revision.Nov 5 2017, 8:40 PM
ruiu accepted this revision.Nov 5 2017, 8:52 PM

LGTM

This revision is now accepted and ready to land.Nov 5 2017, 8:52 PM
This revision was automatically updated to reflect the committed changes.