Displaying 1 result from an estimated 1 matches for "llc195".
Did you mean:
lc15
2012 Jun 29
0
[LLVMdev] Error using llcj
...c_str();191 llcArgv[i++] = Out.c_str();192 if (shared) llcArgv[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+...