Displaying 2 results from an estimated 2 matches for "b0c2161b".
Did you mean:
00c2121b
2013 Mar 13
0
[LLVMdev] Linkage question
On 03/13/2013 11:01 AM, Dmitry Mikushin wrote:
> Hi Vania,
>
> If I understood correctly, you have an executable, which is JITing
> code that has dependencies on the symbols of entire executable. In
> case dlsym cannot find this symbol, try to link your executable with
> -rdynamic (gcc) or --export-dynamic (ld):
>
> -rdynamic
> Pass the flag
2013 Mar 13
2
[LLVMdev] Linkage question
Hi Vania,
If I understood correctly, you have an executable, which is JITing code
that has dependencies on the symbols of entire executable. In case dlsym
cannot find this symbol, try to link your executable with -rdynamic (gcc)
or --export-dynamic (ld):
-rdynamic
Pass the flag -export-dynamic to the ELF linker, on targets that
support it. This instructs the linker