[cfe-dev] LLVM-Gold-Plugin

Behrooz Shafiee shafiee01 at gmail.com
Tue Jan 15 09:01:20 PST 2013


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


On Tue, Jan 15, 2013 at 11:59 AM, Rafael EspĂ­ndola <
rafael.espindola at gmail.com> wrote:

> On 15 January 2013 11:42, Behrooz Shafiee <shafiee01 at gmail.com> wrote:
> > I use LLVM generated bytecodes for KLEE which only works with LLVM 2.9!!
> > I'm getting sick of these errors...
>
> I don' remember what (if anything) changed about this since 2.9, but
> on current trunk I have:
>
> $ nm lib/LLVMgold.so | grep lto_codegen_set_cpu
>                  U lto_codegen_set_cpu
> $ nm  lib/libLTO.so  | grep lto_codegen_set_cpu
> 0000000000233c20 T lto_codegen_set_cpu
>
> So the symbol is defined in libLTO.so. Is it missing in your libLTO.so?
>
> Cheers,
> Rafael
>



-- 
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/fe61f33a/attachment.html>


More information about the cfe-dev mailing list