[all-commits] [llvm/llvm-project] f68ecd: [mlir] Add CMake flags to properly enable Jit even...

Nicolas Vasilache via All-commits all-commits at lists.llvm.org
Mon Jan 3 23:11:21 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f68ecdd45812021b32b738df3bee602ca5042bb4
      https://github.com/llvm/llvm-project/commit/f68ecdd45812021b32b738df3bee602ca5042bb4
  Author: Nicolas Vasilache <ntv at google.com>
  Date:   2022-01-04 (Tue, 04 Jan 2022)

  Changed paths:
    M mlir/lib/ExecutionEngine/CMakeLists.txt
    M mlir/lib/ExecutionEngine/ExecutionEngine.cpp

  Log Message:
  -----------
  [mlir] Add CMake flags to properly enable Jit event listeners.

By default, the listeners do nothing unless linked in.
This revision allows the "Perf" and "Intel" Jit event listeners to be used.

The "OProfile" event listener is not enabled at this time,
the associated library structure is not well-isolated.

Differential Revision: https://reviews.llvm.org/D116552




More information about the All-commits mailing list