Bug 266233 - compile-webkit fails with ./interpreter/Interpreter.cpp:868:56: error: use of undeclared identifier 'VMEntryDisallowed'
Summary: compile-webkit fails with ./interpreter/Interpreter.cpp:868:56: error: use of...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Lam
URL:
Keywords: InRadar
: 266240 (view as bug list)
Depends on:
Blocks:
 
Reported: 2023-12-11 10:08 PST by Karl Rackler
Modified: 2023-12-11 14:57 PST (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Karl Rackler 2023-12-11 10:08:38 PST
https://build.webkit.org/#/builders/945/builds/2916
https://build.webkit.org/#/builders/945/builds/2916/steps/10/logs/stdio

In file included from /Volumes/Data/worker/Apple-Sonoma-LLINT-CLoop-BuildAndTest/build/WebKitBuild/Debug/DerivedSources/JavaScriptCore/unified-sources/UnifiedSource80.cpp:3:
./interpreter/Interpreter.cpp:868:56: error: use of undeclared identifier 'VMEntryDisallowed'
        CRASH_WITH_EXTRA_SECURITY_IMPLICATION_AND_INFO(VMEntryDisallowed, "VM entry disallowed"_s);
                                                       ^
1 error generated.
Comment 1 Radar WebKit Bug Importer 2023-12-11 10:10:31 PST
<rdar://problem/119499963>
Comment 2 Mark Lam 2023-12-11 11:08:43 PST
This looks like a simple case of a shift in unified sources.  Investigating.
Comment 3 Alexey Proskuryakov 2023-12-11 12:43:46 PST
*** Bug 266240 has been marked as a duplicate of this bug. ***
Comment 4 Mark Lam 2023-12-11 14:28:49 PST
Pull request: https://github.com/WebKit/WebKit/pull/21655
Comment 5 EWS 2023-12-11 14:57:42 PST
Committed 271902@main (e2eaee3149c8): <https://commits.webkit.org/271902@main>

Reviewed commits have been landed. Closing PR #21655 and removing active labels.