[webkit-changes] [WebKit/WebKit] 5c5b8c: Fix ThinLTO build failure when linking aginst libp...

Elliott Williams noreply at github.com
Fri Apr 21 15:01:03 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 5c5b8c1c2f6ade6b2b98428f6ade6e67797138ba
      https://github.com/WebKit/WebKit/commit/5c5b8c1c2f6ade6b2b98428f6ade6e67797138ba
  Author: Elliott Williams <emw at apple.com>
  Date:   2023-04-21 (Fri, 21 Apr 2023)

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

  Log Message:
  -----------
  Fix ThinLTO build failure when linking aginst libpas.a
https://bugs.webkit.org/show_bug.cgi?id=255804
rdar://108319256

Unreviewed build fix.

Linking against libpas using search paths (-hidden-lpas) was causing a
Mac Catalyst production build to use the wrong archive. Fix by linking
against an exact path, the same way libbmalloc is linked.

* Source/JavaScriptCore/Configurations/JavaScriptCore.xcconfig:

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




More information about the webkit-changes mailing list