Re: [v8-users] iOS ARM64 only: undefined symbol: v8_Default_embedded_blob_code_

2022-12-14 Thread Benoit Blanchon
Hi Georgia, Adding arm_control_flow_integrity = "none" in the configuration did fix the issue. Thanks ! Best regards, Benoit Le mercredi 14 décembre 2022 à 14:46:45 UTC+1, georgia...@arm.com a écrit : > Hey Benoit, > > It looks like CFI is incorrectly being enabled for your build, although >

Re: [v8-users] iOS ARM64 only: undefined symbol: v8_Default_embedded_blob_code_

2022-12-14 Thread Georgia Kouveli
Hey Benoit, It looks like CFI is incorrectly being enabled for your build, although this is not supported for this platform at the moment. Until we fix this in the Chromium build system, can you try adding: arm_control_flow_integrity = "none" explicitly to your config for now? On Wednesda

Re: [v8-users] iOS ARM64 only: undefined symbol: v8_Default_embedded_blob_code_

2022-12-13 Thread Jakob Gruber
Hey Benoit, the v8_Default_embedded_blob_code_ symbol is created by the embedded file writer and ends up in out/foo/gen/embedded.S in your

[v8-users] iOS ARM64 only: undefined symbol: v8_Default_embedded_blob_code_

2022-12-07 Thread Benoit Blanchon
Hi, I successfully build PDFium with V8 on most platforms, but I'm having the following linker errors when target_os=ios and target_cpu=arm64: ld64.lld: error: undefined symbol: v8_Default_embedded_blob_code_ >>> referenced by isolate.cc:0 (../v8/src/execution/isolate.cc:0) >>> obj