According to the document of llvm::orc::LLJIT
class, we can add a module to LLJIT
with addIRModule
member function. But I couldn’t find a way to remove a specified module from LLJIT
.
Is it impossible to remove any module from LLJIT
? Then why not?