Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Forward vcvarsall env vars through lit.cfg.py. (#11089)
Progress on #11009 This fixes these two tests on Windows: * `iree/compiler/Dialect/HAL/Target/LLVM/test/smoketest_system.mlir.test` * `iree/tests/e2e/regression/libm_linking.mlir.test` Developers should run vcvarsall before ctest, or configure their IDE as needed. For VSCode, I have this set: ```json "cmakeExplorer.extraCtestEnvVars": { "VCTOOLSINSTALLDIR": "C:\\Program Files (x86)\\Microsoft Visual Studio\\2022\\Preview\\VC\\Tools\\MSVC\\14.31.31103\\", "UNIVERSALCRTSDKDIR": "C:\\Program Files (x86)\\Windows Kits\\10\\", "UCRTVersion": "10.0.19041.0", }, ```
- Loading branch information