[cfe-dev] LLVM-Gold-Plugin

Behrooz Shafiee shafiee01 at gmail.com
Tue Jan 15 09:17:22 PST 2013


here is my ldd output:
ldd /usr/lib/LLVMgold.so
    linux-vdso.so.1 =>  (0x00007fff2e7b3000)
    libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0
(0x00007f5750250000)
    libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f575004c000)
    libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6
(0x00007f574fd48000)
    libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f574fa4c000)
    libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1
(0x00007f574f836000)
    libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f574f476000)
    /lib64/ld-linux-x86-64.so.2 (0x00007f57506da000)



On Tue, Jan 15, 2013 at 12:08 PM, Behrooz Shafiee <shafiee01 at gmail.com>wrote:

> NO, it seems thats the reason!!
> so how should I link to it?
>
>
> On Tue, Jan 15, 2013 at 12:05 PM, Rafael EspĂ­ndola <
> rafael.espindola at gmail.com> wrote:
>
>> On 15 January 2013 12:01, Behrooz Shafiee <shafiee01 at gmail.com> wrote:
>> > No, surprisingly I have it:
>> >
>> > nm LLVM/llvm-2.9/Release+Asserts/lib/libLTO.so | grep
>> lto_codegen_set_cpu
>> > 00000000001649b0 T lto_codegen_set_cpu
>>
>> Is the dynamic linker finding it? I get:
>>
>> ldd lib/LLVMgold.so  | grep libLTO
>>         libLTO.so => /home/espindola/llvm/build/lib/libLTO.so
>> (0x00007ff8c4a4c000)
>>
>> Cheers,
>> Rafael
>>
>
>
>
> --
> Behrooz Shafiee Sarjaz,
> Department of Computer Engineering,
> University of Waterloo,
> Canada.
>



-- 
Behrooz Shafiee Sarjaz,
Department of Computer Engineering,
University of Waterloo,
Canada.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20130115/e13e4942/attachment.html>


More information about the cfe-dev mailing list