[webkit-changes] [WebKit/WebKit] 1f0218: Build fails on ppc64le due to MUST_TAIL_CALL when ...

Michael Catanzaro noreply at github.com
Wed Oct 16 07:13:35 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 1f021868c255213f077780a27889e5f0d80b463d
      https://github.com/WebKit/WebKit/commit/1f021868c255213f077780a27889e5f0d80b463d
  Author: Michael Catanzaro <mcatanzaro at redhat.com>
  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


More information about the webkit-changes mailing list