[all-commits] [llvm/llvm-project] 243af2: [LLDB][test] Improve SHELL detection on Windows in...
Vladislav Dzhidzhoev via All-commits
all-commits at lists.llvm.org
Fri Jul 19 04:08:28 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 243af2ff217f65ef291232faa60779b86e01a967
https://github.com/llvm/llvm-project/commit/243af2ff217f65ef291232faa60779b86e01a967
Author: Vladislav Dzhidzhoev <vdzhidzhoev at accesssoftek.com>
Date: 2024-07-19 (Fri, 19 Jul 2024)
Changed paths:
M lldb/packages/Python/lldbsuite/test/make/Makefile.rules
Log Message:
-----------
[LLDB][test] Improve SHELL detection on Windows in Makefile.rules (#99532)
In MinGW make, the `%windir%` variable has a lowercase name `$(windir)`
when launched from cmd.exe, and `$(WINDIR)` name when launched from
MSYS2, since MSYS2 represents standard Windows environment variables
names in upper case.
This commit makes Makefile.rules consider both run variants.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list