From c487689dd5fcd919720177467b34d6f51b7465d4 Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Sat, 6 Jun 2026 16:04:47 +0200 Subject: [PATCH] build: fix missing symbol error in debug build Link in a dummy BuiltinCanAllocate, otherwise the link step fails with a missing symbol error in debug builds. --- tools/v8_gypfiles/v8.gyp | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/v8_gypfiles/v8.gyp b/tools/v8_gypfiles/v8.gyp index 945aa0aa501df1..35c4e8fdd8b9d2 100644 --- a/tools/v8_gypfiles/v8.gyp +++ b/tools/v8_gypfiles/v8.gyp @@ -383,6 +383,7 @@ 'toolsets': ['target'], 'sources': [ '<(V8_ROOT)/src/init/setup-isolate-deserialize.cc', + '<(V8_ROOT)/src/snapshot/builtins-effects-dummy.cc', ], 'xcode_settings': { # V8 7.4 over macOS10.11 compatibility