I compiled latest v8(commit f5818c6b7b167c1641c9184fc5e7c0ca43abd888) using clang(version 11.0.3) on macOS catalina(version 10.15.4), with the following gn args:
enable_ios_bitcode = true ios_deployment_target = 10 is_component_build = false is_debug = false target_cpu = "arm64" # "x64" for a simulator build. target_os = "ios" use_custom_libcxx = false # Use Xcode's libcxx. use_xcode_clang = true v8_enable_i18n_support = false # Produces a smaller binary. v8_monolithic = true # Enable the v8_monolith target. v8_use_external_startup_data = false # The snaphot is included in the binary. -- -- v8-users mailing list v8-users@googlegroups.com http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to v8-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/v8-users/385cc2c4-4e19-4bf1-b879-e0d1eca995bc%40googlegroups.com.