This is an archive of the discontinued LLVM Phabricator instance.

De-template DefinedRegular.
ClosedPublic

Authored by ruiu on Feb 24 2017, 12:31 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

ruiu created this revision.Feb 24 2017, 12:31 PM
ruiu updated this revision to Diff 89708.Feb 24 2017, 12:37 PM
  • De-template ElfSym<ELFT>.
ruiu updated this revision to Diff 89819.Feb 26 2017, 3:51 PM

Rebased.

inglorion added inline comments.
lld/ELF/MarkLive.cpp
47 ↗(On Diff #89819)

You should be able to de-template this struct, too. Since it's only used locally, want to just do that in the same patch?

This revision was automatically updated to reflect the committed changes.