[all-commits] [llvm/llvm-project] aff028: [lit] Pass the COMSPEC variable through to test pr...
Martin Storsjö via All-commits
all-commits at lists.llvm.org
Wed Dec 8 13:30:34 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: aff028f7d8322c625422febd3d8b9794746cdc5b
https://github.com/llvm/llvm-project/commit/aff028f7d8322c625422febd3d8b9794746cdc5b
Author: Martin Storsjö <martin at martin.st>
Date: 2021-12-08 (Wed, 08 Dec 2021)
Changed paths:
M llvm/utils/lit/lit/TestingConfig.py
Log Message:
-----------
[lit] Pass the COMSPEC variable through to test processes on Windows
This variable is necessary for the system() function for running
external processes.
This is needes for some libcxx tests. With the current libcxx test
infrastructure, all OS environment variables are passed through, but
with the new "from scratch" libcxx test setup, we only pass through
the variables listed here.
Differential Revision: https://reviews.llvm.org/D115363
More information about the All-commits
mailing list