search for: llcout

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

Did you mean: lcout
2012 Jun 29
0
[LLVMdev] Error using llcj
...lcArgv[i++] = "-relocation-model=pic";193 llcArgv[i++] = "-disable-fp-elim";194 // llcArgv[i++] = "-f"; //Commented this line as there is no "-f" option for llc195 llcArgv[i++] = "-o";196 llcArgv[i++] = LlcOut.c_str();197 llcArgv[i++] = 0; and i added few more lines of code to print the commands being executed inside llcj.cpp shyam at shyam:~$ llcj --main=hello hello.class -o hello vmjc /home/shyam/classpath-0.97.2/lib/vmkit/Release+Debug+Asserts/bin/vmjc --main=hello hello.class -f -o /tmp/llvm_WbIr...