This doesn't break anything, but I noticed this as a difference between lld and mold. It seems mold adds an .interp section to .so files (at least for my tests in chrome). I've verified that no input .o files contain the section, and that we pass -shared. AI suggested adding --no-dynamic-linker, but that didn't make it go away either.
This doesn't break anything, but I noticed this as a difference between lld and mold. It seems mold adds an
.interpsection to.sofiles (at least for my tests in chrome). I've verified that no input .o files contain the section, and that we pass-shared. AI suggested adding--no-dynamic-linker, but that didn't make it go away either.