search for: classspath

Displaying 3 results from an estimated 3 matches for "classspath".

Did you mean: classpath
2012 Jun 05
0
[LLVMdev] vmkit: Requires JAVA_HOME
While building i got this error Error: JAVA_HOME is not defined correctly. I wonder why vmkit requires JAVA_HOME, i would expect it to be independent of any java staff except the classspath. Am i missing something? Thank you Foivos
2012 Jun 05
1
[LLVMdev] vmkit: Requires JAVA_HOME
While building i got this error Error: JAVA_HOME is not defined correctly. I wonder why vmkit requires JAVA_HOME, i would expect it to be independent of any java staff except the classspath. Am i missing something? Thank you Foivos
2012 May 30
2
[LLVMdev] LLVM Usage Question: Generating objects and executables from an LLVM client
Hi, I was wondering if you have any good pointers to where to find easily consumable documentation of these things: 1. How to generate a bitcode object file from an LLVM client (namely my frontend)? 2. How to interact with libraries with objects in bitcode format from an LLVM client? 3. How to write out a final executable from an LLVM client? I know I can dig through the LLVM source