[all-commits] [llvm/llvm-project] a9386b: Fix MLIR lit test configuration after cmake Python...

Mehdi Amini via All-commits all-commits at lists.llvm.org
Thu Nov 12 20:45:08 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: a9386bb0f9d753dd2ceca9435e8e6d68c0f7baa0
      https://github.com/llvm/llvm-project/commit/a9386bb0f9d753dd2ceca9435e8e6d68c0f7baa0
  Author: Mehdi Amini <joker.eph at gmail.com>
  Date:   2020-11-13 (Fri, 13 Nov 2020)

  Changed paths:
    M mlir/test/lit.site.cfg.py.in

  Log Message:
  -----------
  Fix MLIR lit test configuration after cmake Python detection change

07f1047f41d changed the CMake detection to use find_package(Python3 ...
but didn't update the lit configuration to use the expected Python3_EXECUTABLE
cmake variable to point to the interpreter path.
This resulted in an empty path on MacOS.




More information about the All-commits mailing list