search for: 7ba3d7ce

Displaying 2 results from an estimated 2 matches for "7ba3d7ce".

2012 Mar 05
0
[LLVMdev] Problem using march=c
...LLVM Developers mailing list > LLVMdev at cs.uiuc.edu                http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120305/7ba3d7ce/attachment.html>
2012 Mar 05
3
[LLVMdev] Problem using march=c
Hello everyone, I've been trying to generate a C file using the llc tool, but I'm having a problem. I'm using a single Hello World program in C, and executing the following passes: clang -emit-llvm -c -o hello.bc hello.c  # getting the bit code of hello.c llc -march=c hello.bc                          # generating the hello.cbe.c file using the llvm C backend So far, nothing weird