[all-commits] [llvm/llvm-project] 218898: Use CreateProcessW explicitly to improve compatibi...
Yuriy Chernyshov via All-commits
all-commits at lists.llvm.org
Mon Sep 22 07:27:34 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 218898e87a7230bb4c8b942bd84213d43c0c4210
https://github.com/llvm/llvm-project/commit/218898e87a7230bb4c8b942bd84213d43c0c4210
Author: Yuriy Chernyshov <thegeorg at yandex-team.com>
Date: 2025-09-22 (Mon, 22 Sep 2025)
Changed paths:
M flang-rt/lib/runtime/execute.cpp
Log Message:
-----------
Use CreateProcessW explicitly to improve compatibility (#160096)
We compile our monorepo with `/D_MBCS` and flang-rt compilation breaks
as it explicitly uses `wchar_t` (i. e. not TCHAR).
Use STARTUPINFOW / CreateProcessW method explicitly to make the code
work disregarding global settings.
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