[PATCH] D84625: Execute llvm-lit with the python found by CMake by default

Alexander Richardson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 27 02:41:24 PDT 2020


arichardson marked an inline comment as done.
arichardson added inline comments.


================
Comment at: llvm/utils/gn/secondary/llvm/utils/llvm-lit/BUILD.gn:89
     "LLVM_SOURCE_DIR=" + rebase_path("//llvm", dir),
+    "Python3_EXECUTABLE=$python_path",
     "BUILD_MODE=.",
----------------
I'm not sure about this, since I haven't ever used GN but it seems to match what other files are doing.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D84625/new/

https://reviews.llvm.org/D84625





More information about the llvm-commits mailing list