search for: fibionnaci

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

2007 May 16
2
[LLVMdev] generating ELF shared object, C code, from a module like Fibionnaci
..., 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 what is the LLVM meaning of inter-module linking... To suggest an example, one could add code to fibionacci which load a bitcode from a file, JIT...