Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 1f021868c255213f077780a27889e5f0d80b463d
      
https://github.com/WebKit/WebKit/commit/1f021868c255213f077780a27889e5f0d80b463d
  Author: Michael Catanzaro <[email protected]>
  Date:   2024-10-16 (Wed, 16 Oct 2024)

  Changed paths:
    M Source/WTF/wtf/Compiler.h

  Log Message:
  -----------
  Build fails on ppc64le due to MUST_TAIL_CALL when tail call is not possible
https://bugs.webkit.org/show_bug.cgi?id=279985

Reviewed by Adrian Perez de Castro.

Our use of clang::musttail attribute is not supported by Clang on
ppc64le and needs to be removed. See
https://github.com/llvm/llvm-project/pull/93267 and
https://github.com/llvm/llvm-project/issues/98859 and
https://github.com/llvm/llvm-project/issues/108014 for more info.

This change is authored by Dan HorĂ¡k (thank you!).

* Source/WTF/wtf/Compiler.h:

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to