[all-commits] [llvm/llvm-project] 11fd76: [MLIR][ExecutionEngine] Enable PIC option (#170995)

Tianqi Chen via All-commits all-commits at lists.llvm.org
Sun Dec 7 09:07:40 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 11fd760e3a13b5c519e49abc7c9e3b684a94e6f8
      https://github.com/llvm/llvm-project/commit/11fd760e3a13b5c519e49abc7c9e3b684a94e6f8
  Author: Tianqi Chen <tqchen at users.noreply.github.com>
  Date:   2025-12-07 (Sun, 07 Dec 2025)

  Changed paths:
    M mlir/include/mlir-c/ExecutionEngine.h
    M mlir/lib/Bindings/Python/ExecutionEngineModule.cpp
    M mlir/lib/CAPI/ExecutionEngine/ExecutionEngine.cpp
    M mlir/test/CAPI/execution_engine.c
    M mlir/test/CAPI/global_constructors.c
    M mlir/test/python/execution_engine.py

  Log Message:
  -----------
  [MLIR][ExecutionEngine] Enable PIC option (#170995)

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 at gmail.com>



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list