Displaying 2 results from an estimated 2 matches for "544b23b1".
Did you mean:
54423b1a
2017 Jan 08
3
Weak symbol function in shared library and strong symbol function in main problem
Hi,
I have a pass that add a function in the module where the “main” is. Then, I have the same function declared as weak symbol in a shared library that I load at runtime with LD_PRELOAD.
When I run a program the weak symbol function gets called over the function was added by the pass.
Is it a correct behavior? Is there a way to call the strong symbol function when it’s present in the module?
In
2017 Jan 08
2
Weak symbol function in shared library and strong symbol function in main problem
..._________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170108/544b23b1/attachment.html>