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

deps: V8: fix debug build #44392

Closed
wants to merge 1 commit into from
Closed

Commits on Aug 25, 2022

  1. deps: V8: fix debug build

    This is a (very) partial cherry-pick of upstream change v8/v8@f8fddd6b13
    that fixes the following debug mode build error with clang:
    
        ../deps/v8/src/codegen/register.h:29:48: error: member reference
        base type 'RegListBase' is not a structure or union
          int num_different_regs = RegListBase{regs...}.Count();
    
    Fixes: nodejs#44371
    bnoordhuis committed Aug 25, 2022
    Copy the full SHA
    ce33a31 View commit details
    Browse the repository at this point in the history