mold
mold copied to clipboard
Support for -Wl,--allow-shlib-undefined ?
Hello,
Is support for this option planned ? It is necessary in my case to build a plug-in against a proprietary executable software which exports some symbols dynamically, to give one use case.
Thanks !
We want to support this flag.
@rui314 should we reopen this issue since you reverted my patch?
@jcelerier
I believe mold currently ignores --allow-shlib-undefined, so it's not supported, but it shouldn't cause a build failure. Did you get any error when you tried to build your program with mold?
hmm good question, I'll look for the relevant build logs