search for: 997247

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

Did you mean: 99247
2008 Jan 15
1
[LLVMdev] Calling between modules
Hello, I am fairly new to LLVM development. Currently I am trying to treat LLVM modules almost like ".o" files in a "normal" development environment, and then calling functions in one module from another module. Is this possible? Basically, I want self contained chunks of code with dependencies on functions in other self contained chunks that get resolved at JIT time. I