[all-commits] [llvm/llvm-project] f3713a: [mlir] Support overriding LLVM_LIT_ARGS in standal...

Michał Górny via All-commits all-commits at lists.llvm.org
Sun Oct 23 20:15:35 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f3713a9047df995b26a3af4b3621c201bb88ef87
      https://github.com/llvm/llvm-project/commit/f3713a9047df995b26a3af4b3621c201bb88ef87
  Author: Michał Górny <mgorny at gentoo.org>
  Date:   2022-10-24 (Mon, 24 Oct 2022)

  Changed paths:
    M mlir/CMakeLists.txt

  Log Message:
  -----------
  [mlir] Support overriding LLVM_LIT_ARGS in standalone builds

Introduce LLVM_LIT_ARGS cache variable in standalone builds, to let
the caller override the options passed by LLVM to lit calls.  Once
defined, this is automatically handled by LLVM's cmake logic.

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




More information about the All-commits mailing list