Displaying 3 results from an estimated 3 matches for "qoxxpo".
2011 Jun 23
1
[LLVMdev] llvm compilation of libc?
...;1.19.0\" -DPACKAGE_STRING=\"newlib\ 1.19.0\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -DMISSING_SYSCALL_NAMES
-fno-builtin -DMISSING_SYSCALL_NAMES -fno-builtin -O2 -c -o
lib_a-memcpy.o `test -f 'memcpy.S' || echo './'`memcpy.S
/tmp/cc-qoxxpO.s:51:3: error: invalid instruction mnemonic 'movntiq'
movntiq % rax, (% rdi)
^
/tmp/cc-qoxxpO.s:52:3: error: invalid instruction mnemonic 'movntiq'
movntiq % r8 , 8 (% rdi)
^
/tmp/cc-qoxxpO.s:53:3: error: invalid instruction mnemonic 'movntiq'
movntiq % r9 , 16 (%...
2011 Jun 23
0
[LLVMdev] llvm compilation of libc?
I would recommend Newlib. It's easy to configure and compile using Clang.
http://sourceware.org/newlib/
- xi
On Jun 23, 2011, at 2:07 AM, Gregory Malecha wrote:
> Hello,
>
> I'm wondering if anyone had any success (even a small amount) compiling any variant of libc to llvm bitcode?
>
> --
> gregory malecha
> _______________________________________________
>
2011 Jun 23
3
[LLVMdev] llvm compilation of libc?
Hello,
I'm wondering if anyone had any success (even a small amount) compiling any
variant of libc to llvm bitcode?
--
gregory malecha
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110622/b5fad437/attachment.html>