Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Support][test] Unconditionally use setenv macro when compiling on Wi…
…ndows This test currently fails to compile when using a MinGW toolchain as setenv is not defined. This function is a POSIX function Windows does not implement. This patch enables the setenv macro used in the unit test for all of Windows, making the test compile and run successfully. Differential Revision: https://reviews.llvm.org/D98271
- Loading branch information