| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
PR-URL: nodejs#40488 Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
|
Review requested:
|
Sorry, something went wrong.
|
Should we add this to github actions ? |
Sorry, something went wrong.
@gengjiawen what do you mean? |
Sorry, something went wrong.
cross-compile check on macOS in github actions. |
Sorry, something went wrong.
|
I think we could do that in a separate PR. |
Sorry, something went wrong.
|
macOS compilation is very slow in GitHub actions. I'd prefer if we tried to do it on our own machines |
Sorry, something went wrong.
`handler-outside-simulator.cc` uses inline assembly, which is not supported by MSVC. PR-URL: nodejs#40488 Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
|
The win-vs2019-arm64 build was failing with the same error as reported in #40488 (comment): C:\workspace\node-compile-windows\node\deps\v8\src\trap-handler\handler-outside-simulator.cc(33,56): error C2290: C++ 'asm' syntax ignored. Use __asm. [C:\workspace\node-compile-windows\node\tools\v8_gypfiles\v8_base_without_compiler_host.vcxproj] so I also cherry-picked 4d2d44f. |
Sorry, something went wrong.
Sorry, something went wrong.
|
Thank you!!! Landed in 447f9a0...feac215 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This is a clean cherry-pick of 6ac1ccc and 4d2d44f. With this change, it
is possible to cross-compile from x86_64 to ARM64 on macOS.
Fixes: #40350
cc @targos
Original commit messages:
tools: update V8 gypfiles for 9.6
PR-URL: deps: update V8 to 9.6 #40488
Reviewed-By: Jiawen Geng technicalcute@gmail.com
Reviewed-By: James M Snell jasnell@gmail.com
tools: disable trap handler for Windows cross-compiler
handler-outside-simulator.cc uses inline assembly, which is not
supported by MSVC.
PR-URL: deps: update V8 to 9.6 #40488
Reviewed-By: Jiawen Geng technicalcute@gmail.com
Reviewed-By: James M Snell jasnell@gmail.com