I've been trying to build Chromium on a Linux x64 host, with target_os=win & target_cpu=arm64 set in args.gn. While compiling worked, after installing mini_installer.exe on Windows running on Mac's M1 with Parallels, ended with the renderer crashing with STATUS_ACCESS_VIOLATION.
After some debugging, I found out the root cause for this is in v8/gni/snapshot_toolchain.gni <https://source.chromium.org/chromium/chromium/src/+/main:v8/gni/snapshot_toolchain.gni;drc=c3321eddb6af5e67c8e1fde03b38edc1a1710021;l=103> as Im just not getting the right toolchain, in my case it must be clang_x64_v8_arm64. Fixing that logic, I now have a working Chromium Win arm64 build running on my Parallels. Would this be a reasonable fix to submit? -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to v8-dev+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/v8-dev/84d1bcb2-562a-40c6-ac59-c0f12f71d70fn%40googlegroups.com.