[webkit-changes] [WebKit/WebKit] 0f43b5: [Xcode] Stop checking USE_LLVM_TARGET_TRIPLES_FOR_...

Elliott Williams noreply at github.com
Wed Dec 14 18:40:18 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 0f43b50f37176e2fa33ee3207ed7e1e13522b954
      https://github.com/WebKit/WebKit/commit/0f43b50f37176e2fa33ee3207ed7e1e13522b954
  Author: Elliott Williams <emw at apple.com>
  Date:   2022-12-14 (Wed, 14 Dec 2022)

  Changed paths:
    M Source/JavaScriptCore/DerivedSources.make
    M Source/WebCore/DerivedSources.make
    M Source/WebKit/DerivedSources.make
    M Tools/DumpRenderTree/DerivedSources.make
    M Tools/WebKitTestRunner/DerivedSources.make

  Log Message:
  -----------
  [Xcode] Stop checking USE_LLVM_TARGET_TRIPLES_FOR_CLANG
https://bugs.webkit.org/show_bug.cgi?id=249348

Reviewed by Tim Horton.

Remove checks in DerivedSources Makefiles and make all target triple
logic unconditional.

Xcode has built with target triples for years, since at least Xcode 11.
Triples are also mandatory for building platforms like Mac Catalyst.

* Source/JavaScriptCore/DerivedSources.make:
* Source/WebCore/DerivedSources.make:
* Source/WebKit/DerivedSources.make:
* Tools/DumpRenderTree/DerivedSources.make:
* Tools/WebKitTestRunner/DerivedSources.make:

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




More information about the webkit-changes mailing list