search for: b3986e04

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

2018 Sep 12
3
dynamic namespacing of JIT modules?
Greetings, LLVM wizards! We have an application that uses Clang and Orc JIT to compile and execute C++ code on the fly. The JIT contains any number of LLVM modules, each of which defines a function, plus a "main" module that calls those functions. Several functions may have the same signature, so I need to find a way to resolve them. Originally, I just put each module's code in