[webkit-changes] [WebKit/WebKit] 27372a: [Xcode] Stop passing -fvisibility-inlines-hidden t...

Elliott Williams noreply at github.com
Thu Nov 2 15:24:19 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 27372a0ce8a54a2736a2f27bce7f3b476ee33c8e
      https://github.com/WebKit/WebKit/commit/27372a0ce8a54a2736a2f27bce7f3b476ee33c8e
  Author: Elliott Williams <emw at apple.com>
  Date:   2023-11-02 (Thu, 02 Nov 2023)

  Changed paths:
    M Source/JavaScriptCore/Configurations/JavaScriptCore.xcconfig
    M Source/WebKitLegacy/mac/Configurations/WebKitLegacy.xcconfig

  Log Message:
  -----------
  [Xcode] Stop passing -fvisibility-inlines-hidden to TAPI
https://bugs.webkit.org/show_bug.cgi?id=264108
rdar://116350284

Reviewed by Alexey Proskuryakov.

It is unrecognized in recent toolchains, and does not appear to be
needed. WebKitLegacy doesn't have any inlined declarations in
public/private headers.

* Source/WebKitLegacy/mac/Configurations/WebKitLegacy.xcconfig:

Canonical link: https://commits.webkit.org/270147@main




More information about the webkit-changes mailing list