[webkit-changes] [WebKit/WebKit] 7a658a: Unreviewed, fix broken pas_compiler_utils.h
Yusuke Suzuki
noreply at github.com
Fri Feb 28 20:02:00 PST 2025
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 7a658a102cad87d9fd014778125aa7b9ce534ed1
https://github.com/WebKit/WebKit/commit/7a658a102cad87d9fd014778125aa7b9ce534ed1
Author: Yusuke Suzuki <ysuzuki at apple.com>
Date: 2025-02-28 (Fri, 28 Feb 2025)
Changed paths:
M Source/WTF/wtf/SequesteredImmortalHeap.cpp
M Source/WTF/wtf/SequesteredImmortalHeap.h
M Source/bmalloc/CMakeLists.txt
M Source/bmalloc/bmalloc.xcodeproj/project.pbxproj
M Source/bmalloc/libpas/src/libpas/pas_compiler_utils.h
M Source/bmalloc/libpas/src/libpas/pas_utils_prefix.h
Log Message:
-----------
Unreviewed, fix broken pas_compiler_utils.h
https://bugs.webkit.org/show_bug.cgi?id=288900
rdar://145901178
pas_compiler_utils.h is completely broken.
1. It is not included as Private in xcodeproj.
2. Its path is not properly set.
3. Using pragma once while it is on libpas.
4. User is not including pas_compiler_utils.h.
* Source/WTF/wtf/SequesteredImmortalHeap.cpp:
* Source/WTF/wtf/SequesteredImmortalHeap.h:
* Source/bmalloc/CMakeLists.txt:
* Source/bmalloc/bmalloc.xcodeproj/project.pbxproj:
* Source/bmalloc/libpas/src/libpas/pas_compiler_utils.h:
* Source/bmalloc/libpas/src/libpas/pas_utils_prefix.h:
Canonical link: https://commits.webkit.org/291423@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list