search for: hellollc

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

Did you mean: hellollvm
2012 Jun 29
0
[LLVMdev] Error using llcj
...elloworld program using llcj to native but i got the following error shyam at shyam:~$ cat hello.javaclass hello { public static final String str = "Hello Word"; public static void main(String[] args) { System.out.println(str); }}shyam at shyam:~$ llcj --main=hello hello.class -o hellollc: Unknown command line argument '-f'. Try: '/home/shyam/llvmbuild/Release+Debug+Asserts/bin/llc -help'llc: Did you mean '-O'? I edited the vmkit/tools/llcj/llcj.cpp file line number ---- code188 const char* llcArgv[8];189 int i = 0;190 llcArgv[i++] = Prog.c_str();19...