[all-commits] [llvm/llvm-project] 585f04: [Support] Add missing include for MacOS defines (#...
Derek Schuff via All-commits
all-commits at lists.llvm.org
Tue Jul 7 12:45:58 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 585f04f2bf11c84367641f62a5e280a0241a71de
https://github.com/llvm/llvm-project/commit/585f04f2bf11c84367641f62a5e280a0241a71de
Author: Derek Schuff <dschuff at chromium.org>
Date: 2026-07-07 (Tue, 07 Jul 2026)
Changed paths:
M llvm/lib/Support/CrashRecoveryContext.cpp
Log Message:
-----------
[Support] Add missing include for MacOS defines (#208065)
https://github.com/llvm/llvm-project/pull/142733 removed several
includes, including
llvm/Support/ProgramStack.h. This was indirectly including headers that
defined
PRIO_DARWIN_THREAD and PRIO_DARWIN_BG.
Add back sys/resource.h to define them locally.
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