[clang] [llvm] [llvm-lit] Add Windows .cmd wrapper to make llvm-lit directly runnable (PR #155226)
Omair Javaid via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 27 03:17:12 PDT 2025
================
@@ -0,0 +1,3 @@
+ at echo off
+"@Python3_EXECUTABLE@" "%~dp0 at LIT_FILE_NAME@" %*
----------------
omjavaid wrote:
~dp0 is fairly standard way of getting the file path details can be found here https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/call#using-parameter-modifiers
https://github.com/llvm/llvm-project/pull/155226
More information about the llvm-commits
mailing list