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

[v18.x] deps: V8: cherry-pick d1d4c648e7ff #46098

Closed
wants to merge 1 commit into from

Commits on Jan 5, 2023

  1. deps: V8: cherry-pick d1d4c648e7ff

    Original commit message:
    
        Disable cross-compilation of clobber-registers.cc
    
        This file uses inline assembly, but inline assembly does not work
        for cross-compilation. As this file only contains debug code, no-oping
        this file for cross-compilation seems acceptable.
    
        R=ishell@chromium.org
    
        Bug: v8:12926
        Change-Id: I01276cf019e8c31e4db6f7f61a3d91526f660578
        Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3735165
        Commit-Queue: Andreas Haas <ahaas@chromium.org>
        Reviewed-by: Igor Sheludko <ishell@chromium.org>
        Cr-Commit-Position: refs/heads/main@{#81466}
    
    Refs: v8/v8@d1d4c64
    danielleadams committed Jan 5, 2023
    Copy the full SHA
    9cd21b8 View commit details
    Browse the repository at this point in the history