[Webkit-unassigned] [Bug 226550] New: Fix build error with ENABLE_DFG_JIT=OFF

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 2 13:19:34 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=226550

            Bug ID: 226550
           Summary: Fix build error with ENABLE_DFG_JIT=OFF
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Mac (Apple Silicon)
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: psaavedra at igalia.com

This patch fix the following build error with -DENABLE_JIT=ON -DENABLE_DFG_JIT=OFF:

```
/home/bot/yocto-rpi3-manual/builds/raspberrypi3-userland-wpe-nightly/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/wpewebkit/trunk+gitAUTOINC+558850c0c1-r0/git/Source/JavaScriptCore/jit/JITPlan.cpp:159:14: error: 'logCompilationChanges' is not a member of 'JSC::DFG'
  159 |     if (DFG::logCompilationChanges(m_mode) || Options::logPhaseTimes())
      |              ^~~~~~~~~~~~~~~~~~~~~
```

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210602/49c725ad/attachment-0001.htm>


More information about the webkit-unassigned mailing list