Displaying 1 result from an estimated 1 matches for "3e8a67a6".
2017 Dec 12
3
[lld] bug detecting undefined symbols in shared libraries
With shared libraries, it is always possible that you end up running with a
different set of libraries than you actually linked with. However, how
often is that actually the case? It seems at the very least there should
be an option to tell the user that unless they switch libraries, their code
won't be runnable. In most cases, everything is available to the linker to
detect the situation