mirror of
https://github.com/intel/llvm.git
synced 2026-01-27 06:06:34 +08:00
This allows client to be able to reuse the same logic to setup a module
for the ExecutionEngine without instanciating one. One use case is running
the optimization pipeline but not JIT-ing.
--
PiperOrigin-RevId: 242614380