[Webkit-unassigned] [Bug 171618] [Win][Meta] Build WebKit using Clang

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 12 22:13:47 PDT 2018


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

Fujii Hironori <Hironori.Fujii at sony.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #349010|0                           |1
        is obsolete|                            |

--- Comment #5 from Fujii Hironori <Hironori.Fujii at sony.com> ---
Created attachment 349627

  --> https://bugs.webkit.org/attachment.cgi?id=349627&action=review

WIP patch

Compiler macro definitions should be rethought.

Current definitions:

WTF_COMPILER_GCC_OR_CLANG 0
WTF_COMPILER_CLANG 1
WTF_COMPILER_MSVC 1

* It is weird WTF_COMPILER_GCC_OR_CLANG is off even though WTF_COMPILER_CLANG is on.
* Should WTF_COMPILER_MSVC be on?

-- 
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/20180913/c42f7e14/attachment.html>


More information about the webkit-unassigned mailing list