[PATCH] D88850: [lit, windows] Fix the search for git tools on Windows to check the path first

Adrian McCarthy via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 5 15:07:29 PDT 2020


amccarth added a comment.

I don't know whether Python and our config tools use the terms consistent, but `Win32` is the name of the Windows API used on both 32- and 64-bit processors, `Win16` was the API used on 16-bit machines, and `Win64` is a made-up term that confuses the issues.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D88850



More information about the llvm-commits mailing list