[webkit-changes] [WebKit/WebKit] b9d0bc: [JSC] Fix Air OptimizePairedLoadStore missing head...

Mart Raudsepp noreply at github.com
Fri Dec 29 17:02:37 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: b9d0bc2f5b61191b15b3d1e5a42616f10c16a27e
      https://github.com/WebKit/WebKit/commit/b9d0bc2f5b61191b15b3d1e5a42616f10c16a27e
  Author: Mart Raudsepp <leio at gentoo.org>
  Date:   2023-12-29 (Fri, 29 Dec 2023)

  Changed paths:
    M Source/JavaScriptCore/b3/air/AirOptimizePairedLoadStore.cpp

  Log Message:
  -----------
  [JSC] Fix Air OptimizePairedLoadStore missing header includes
https://bugs.webkit.org/show_bug.cgi?id=266936

Reviewed by Justin Michaud.

Fixes compile errors with non-unified build by adding missing include files for
single unit compilation.
Fixed compilation errors:

error: incomplete type 'JSC::CCallHelpers' named in nested name specifier
error: function 'JSC::B3::Air::Inst::forEachDefWithExtraClobberedRegs<JSC::B3::Air::Tmp, (lambda at ...)>' is used but not defined in this translation unit, and cannot be defined in any other translation unit because its type does not have linkage

* Source/JavaScriptCore/b3/air/AirOptimizePairedLoadStore.cpp

Canonical link: https://commits.webkit.org/272532@main




More information about the webkit-changes mailing list