[all-commits] [llvm/llvm-project] 7a4b39: [Support] Remove an outdated MinGW workaround (#14...
Martin Storsjö via All-commits
all-commits at lists.llvm.org
Tue Jun 24 07:14:07 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7a4b3925598c07f5b4523a701ba6c34e483078d6
https://github.com/llvm/llvm-project/commit/7a4b3925598c07f5b4523a701ba6c34e483078d6
Author: Martin Storsjö <martin at martin.st>
Date: 2025-06-24 (Tue, 24 Jun 2025)
Changed paths:
M llvm/lib/Support/Windows/Process.inc
Log Message:
-----------
[Support] Remove an outdated MinGW workaround (#145294)
mingw-w64 has had the _HEAPOK define since the initial commits in 2007;
unclear when/where it was added for mingw.org headers, but it does seem
to exist there as well (at least in versions from 2011).
This workaround stems from 53fbecce6e8b7d1f024e3dc6df4160fe9a577ff1 from
2004 - it is no longer relevant today.
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