search for: lllvmbzip2

Displaying 5 results from an estimated 5 matches for "lllvmbzip2".

Did you mean: llvmbzip2
2007 Jun 07
2
[LLVMdev] How to call native functions from bytecode run in JIT?
...${LLVM_LIB_DIR} codegen1.o ${LLVM_LIB_DIR}/ LLVMPowerPC.o -lLLVMSelectionDAG ${LLVM_LIB_DIR}/LLVMInterpreter.o $ {LLVM_LIB_DIR}/LLVMJIT.o -lLLVMCodeGen -lLLVMScalarOpts - lLLVMTransformUtils -lLLVMipa -lLLVMAnalysis ${LLVM_LIB_DIR}/ LLVMExecutionEngine.o -lLLVMTarget -lLLVMCore -lLLVMSupport - lLLVMbzip2 -lLLVMSystem -lpthread -ldl greetings, Jan Rehders -------------- next part -------------- A non-text attachment was scrubbed... Name: codegen1.cpp Type: application/octet-stream Size: 5240 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20070607/653399de/a...
2004 Dec 30
0
[LLVMdev] Primer with LLVM
...orts 'undefined' errors for this functions. The only thing I can think of is dependencies that libLLVMLinker has. You will probably want a linke line that looks something like: gcc -o myapp myapp.o -lLLVMLinker -lLLVMArchive -lLLVMBCReader \ -lLLVMBCWriter -lLLVMCore -lLLVMSupport -lLLVMbzip2 -lLLVMSystem To get examples of these library specifications, look at the llvm-ld and gccld tools' Makefiles. > I don't use the > makefile system from LLVM because is so complex to incorporate in this point > of my work that it isn't usefull at the moment. That's unfort...
2004 Dec 30
3
[LLVMdev] Primer with LLVM
Hi, everybody: I am a beginner with LLVM, in fact today was the first day that I use it. I have several questions about LLVM: Can I use LLVM to compile several files (bytecode), scripts (char*) and link them with external libraries generating *only* one executable (all in memory)? Can I invoke externals functions from a guest (LLVM generated) code which exist in the host code (the code that
2007 Jun 10
0
[LLVMdev] How to call native functions from bytecode run in JIT?
...o ${LLVM_LIB_DIR}/ > LLVMPowerPC.o -lLLVMSelectionDAG ${LLVM_LIB_DIR}/LLVMInterpreter.o $ > {LLVM_LIB_DIR}/LLVMJIT.o -lLLVMCodeGen -lLLVMScalarOpts - > lLLVMTransformUtils -lLLVMipa -lLLVMAnalysis ${LLVM_LIB_DIR}/ > LLVMExecutionEngine.o -lLLVMTarget -lLLVMCore -lLLVMSupport - > lLLVMbzip2 -lLLVMSystem -lpthread -ldl > > greetings, > Jan Rehders > > <codegen1.cpp> > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
2004 Dec 31
4
[LLVMdev] Primer with LLVM
...orts 'undefined' errors for this functions. The only thing I can think of is dependencies that libLLVMLinker has. You will probably want a linke line that looks something like: gcc -o myapp myapp.o -lLLVMLinker -lLLVMArchive -lLLVMBCReader \ -lLLVMBCWriter -lLLVMCore -lLLVMSupport -lLLVMbzip2 -lLLVMSystem To get examples of these library specifications, look at the llvm-ld and gccld tools' Makefiles. > I don't use the > makefile system from LLVM because is so complex to incorporate in this point > of my work that it isn't usefull at the moment. That's unfort...