search for: c53d6bd5

Displaying 1 result from an estimated 1 matches for "c53d6bd5".

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