search for: 4c82a3a3

Displaying 2 results from an estimated 2 matches for "4c82a3a3".

2010 Jan 18
0
[LLVMdev] question in LLVM IR
...convertion GIMPLE tree to SSA and convert back when optimizations finish? or just attach the SSA info in the LLVM IR? Thanks for your feedback. -Joey -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100118/4c82a3a3/attachment.html>
2010 Jan 18
3
[LLVMdev] LLVM-gcc for ARM
> llvm-gcc HelloWorld.c > /home/LLVM/install/lib/gcc/arm-elf/4.2.1/../../../../arm-elf/bin/ld: this linker was not configured to use sysroots > collect2: ld returned 1 exit status > > I would appreciate some help from you. You have to pass --with-sysroot when building binutils too. > Corina Cheers, -- Rafael Ávila de Espíndola