Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v16.x backport] tools: update V8 gypfiles for 9.6 #43247

Commits on May 30, 2022

  1. tools: update V8 gypfiles for 9.6

    PR-URL: nodejs#40488
    Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    targos authored and RaisinTen committed May 30, 2022
    Configuration menu
    Copy the full SHA
    f101e43 View commit details
    Browse the repository at this point in the history
  2. tools: disable trap handler for Windows cross-compiler

    `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>
    targos authored and RaisinTen committed May 30, 2022
    Configuration menu
    Copy the full SHA
    2e56e92 View commit details
    Browse the repository at this point in the history