grimar added inline comments. ================ Comment at: ELF/Writer.cpp:909 @@ +908,3 @@ + InputToOutputSection[Name] = OutSec.second.Name; +} + ---------------- I think you can do the same for auto Name. http://reviews.llvm.org/D14140