RESOLVED FIXED 150686
Fix Mac CMake build
https://bugs.webkit.org/show_bug.cgi?id=150686
Summary Fix Mac CMake build
Alex Christensen
Reported 2015-10-29 12:46:37 PDT
Fix Mac CMake build
Attachments
Patch (18.99 KB, patch)
2015-10-29 12:47 PDT, Alex Christensen
no flags
Patch (18.85 KB, patch)
2015-10-29 12:57 PDT, Alex Christensen
fpizlo: review+
Alex Christensen
Comment 1 2015-10-29 12:47:30 PDT
Filip Pizlo
Comment 2 2015-10-29 12:49:07 PDT
Comment on attachment 264334 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=264334&action=review > Source/JavaScriptCore/b3/B3Common.cpp:43 > +#if ENABLE(FTL_JIT) > return FTL::verboseCompilationEnabled() || FTL::shouldDumpDisassembly() || shouldDumpIRAtEachPhase(); > +#else > + return false; > +#endif Why this? Is there ever a case where B3_JIT is enabled when the FTL_JIT isn't? If there is such a case, we should prevent B3_JIT from being enabled.
WebKit Commit Bot
Comment 3 2015-10-29 12:49:19 PDT
Attachment 264334 [details] did not pass style-queue: ERROR: Source/WebCore/ChangeLog:8: You should remove the 'No new tests' and either add and list tests, or explain why no new tests were possible. [changelog/nonewtests] [5] Total errors found: 1 in 20 files If any of these errors are false positives, please file a bug against check-webkit-style.
Alex Christensen
Comment 4 2015-10-29 12:57:39 PDT
Alex Christensen
Comment 5 2015-10-29 13:02:30 PDT
Csaba Osztrogonác
Comment 6 2015-10-29 16:55:16 PDT
(In reply to comment #5) > http://trac.webkit.org/changeset/191749 It broke the EFL build, please fix it.
Alex Christensen
Comment 7 2015-10-29 17:42:32 PDT
r191767 should fix EFL.
Note You need to log in before you can comment on or make changes to this bug.