It looks like that with the recent fixes in behavior for undefined symbol in shared libraries they are more similar to regular undefined symbols than something else.
Diff Detail
Diff Detail
Event Timeline
Comment Actions
LGTM
This change seems pretty good. I didn't notice that just adding undefined symbols simplifies things like this. Can we now implement --no-allow-shlib-undefined easily as well?
ELF/SymbolTable.cpp | ||
---|---|---|
297 | My preference is to do this in InputFiles.cpp instead of in this file. |
My preference is to do this in InputFiles.cpp instead of in this file.