[PATCH] D30348: De-template DefinedRegular.
Bob Haarman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 27 11:44:19 PST 2017
inglorion added inline comments.
================
Comment at: lld/ELF/MarkLive.cpp:47
// was resolved to an offset within a section.
template <class ELFT> struct ResolvedReloc {
InputSectionBase *Sec;
----------------
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?
https://reviews.llvm.org/D30348
More information about the llvm-commits
mailing list