[Mlir-commits] [mlir] [MLIR][ExecutionEngine] Enable PIC option (PR #170995)

Mehdi Amini llvmlistbot at llvm.org
Sun Dec 7 02:35:49 PST 2025


================

----------------
joker-eph wrote:

```suggestion
/// respectively.
/// The `enablePIC` arguments controls the relocation model, when true the generated
/// code is emitted as "position independent", making it possible to save it and reload it
/// as a shared object in another process.
```

https://github.com/llvm/llvm-project/pull/170995


More information about the Mlir-commits mailing list