Displaying 1 result from an estimated 1 matches for "llcp".
Did you mean:
llc
2007 May 16
2
[LLVMdev] generating ELF shared object, C code, from a module like Fibionnaci
...any pass (but I suppose that internally, compiler
passes are running!) - is there a dissymetry between JIT machine code
generation in memory, and C or ELF shared object generation in files? I
thought that all these shared a lot of LLVM infrastructure and happen
similarily!
Also, the llvm/tools/llc/llcp.ccp file explicitly need passes and a pass
manager to generate .so and .c files
I would like to understand precisely how to patch the fibionnaci example to
generate an ELF shared object or a C file, in addition of the JIT-ed code in
memory. May it should become a FAQ.
I also don't understand...