search for: cad20c3d

Displaying 2 results from an estimated 2 matches for "cad20c3d".

2010 Feb 14
2
[LLVMdev] -march=c option not working
Hello, I am trying to build llvm/clang using cmake and visual studio 2008 on windows vista. I want to convert the llvm bitcode file hello.bc into C code. I saw in the documentation that "llc -march=c hello.bc" would convert the bitcode and generate a c code file. but it says llc:error: invalid target "c" could you tell me why is it not working. and what is the way to convert
2010 Feb 15
0
[LLVMdev] -march=c option not working
...You need to add the C backend target or build all the targets with cmake. -DLLVM_TARGETS_TO_BUILD="X86;CBackend" -DLLVM_TARGETS_TO_BUILD=all -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100214/cad20c3d/attachment.html>