CLOSED FIXED 107323
JavaScriptCore fails to build if ENABLE(JIT) is false
https://bugs.webkit.org/show_bug.cgi?id=107323
Summary JavaScriptCore fails to build if ENABLE(JIT) is false
Jeremy Huddleston Sequoia
Reported 2013-01-18 13:56:33 PST
webkitgtk-1.11.4 fails to build on darwin with --disable-jit :info:build Source/JavaScriptCore/bytecode/CallLinkStatus.cpp:80:26: error: no member named 'intrinsicFor' in 'JSC::ExecutableBase' :info:build return m_executable->intrinsicFor(kind); :info:build ~~~~~~~~~~~~ ^ :info:build 115 warnings and 1 error generated. Source/JavaScriptCore/runtime/Executable.h declares intrinsicFor inside of an #if ENABLE(JIT) block. --- darwin needs to build --disable-jit because of bug #99732
Attachments
Jeremy Huddleston Sequoia
Comment 1 2016-01-03 22:53:11 PST
This was fixed at some point.
Note You need to log in before you can comment on or make changes to this bug.