[Webkit-unassigned] [Bug 171240] New: [Win] Use Clang's __has_declspec_attribute for export macros

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 24 12:07:47 PDT 2017


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

            Bug ID: 171240
           Summary: [Win] Use Clang's __has_declspec_attribute for export
                    macros
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: don.olmstead at am.sony.com
                CC: lforschler at apple.com

Currently a OS(WINDOWS) check is used to determine whether __declspec should be used for exporting symbols in shared libraries. Clang defines a macro __has_declspec_attribute that can be used to determine if the platform supports __declspec.

-- 
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/20170424/bc5611e5/attachment.html>


More information about the webkit-unassigned mailing list