Index: lld/ELF/Driver.cpp =================================================================== --- lld/ELF/Driver.cpp +++ lld/ELF/Driver.cpp @@ -1914,8 +1914,7 @@ // Replace common symbols with regular symbols. replaceCommonSymbols(); - // Do size optimizations: garbage collection, merging of SHF_MERGE sections - // and identical code folding. + // Do size optimizations: garbage collection and merging of SHF_MERGE sections splitSections(); markLive(); demoteSharedSymbols();