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

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 30 10:49:15 PST 2020


rnk added a comment.

This works very badly on Windows. You get:
`#!C:/Program Files (x86)/Microsoft Visual Studio/Shared/Python37_64/python.exe`

MSys bash doesn't like that shebang line. It works if I say "python bin/llvm-lit.py ...", but who likes to spell things out? I guess I just have to live with it.


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