[clang] [Clang] Propagate 'SystemDrive' environment variable for unit tests (PR #90478)

Krystian Stasiowski via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 29 08:02:49 PDT 2024


================
@@ -32,6 +32,8 @@
 
 if "HOME" in os.environ:
     config.environment["HOME"] = os.environ["HOME"]
+if "SystemDrive" in os.environ:
+    config.environment["SystemDrive"] = os.environ["SystemDrive"]
----------------
sdkrystian wrote:

Sure

https://github.com/llvm/llvm-project/pull/90478


More information about the cfe-commits mailing list