mirror of
https://github.com/intel/llvm.git
synced 2026-02-08 08:57:43 +08:00
This PR enables the MLIR execution engine to dump object file as PIC code, which is needed when the object file is later bundled into a dynamic shared library. --------- Co-authored-by: Mehdi Amini <joker.eph@gmail.com>