Fix MLIR lit test configuration after cmake Python detection change
authorMehdi Amini <joker.eph@gmail.com>
Fri, 13 Nov 2020 04:43:06 +0000 (04:43 +0000)
committerMehdi Amini <joker.eph@gmail.com>
Fri, 13 Nov 2020 04:44:45 +0000 (04:44 +0000)
commita9386bb0f9d753dd2ceca9435e8e6d68c0f7baa0
tree87856efec9bad37c2f6d0667e61c5544dc4d81b4
parentd4e81cd9dd897a698d85106d60c2c76ad096f0c1
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.
mlir/test/lit.site.cfg.py.in