commit | 2c7a7bff05129adce12b45da5f84b28bfe3798ae | [log] [tgz] |
---|---|---|
author | Adrian Perez de Castro <aperez@igalia.com> | Tue Oct 15 15:35:00 2024 +0300 |
committer | SkCQ <skcq-be@skia-corp.google.com.iam.gserviceaccount.com> | Tue Oct 15 17:29:13 2024 +0000 |
tree | 570643fe0f5abaa460ed20e7183eedbbed0d27d5 | |
parent | f96615e73170156231dae062d4f2b30beb6ddb7f [diff] |
Avoid usage of the clang::musttail attribute on ppc64le Use of clang::musttail attribute is not supported by Clang on ppc64le and needs avoided be removed in Skia. For more information, see: - https://github.com/llvm/llvm-project/pull/93267 - https://github.com/llvm/llvm-project/issues/98859 - https://github.com/llvm/llvm-project/issues/108014 Based on a patch originally by Dan HorĂ¡k. Change-Id: Ief165690211168437e7cb79209f16e5ce2e9972b Reviewed-on: https://skia-review.googlesource.com/c/skcms/+/910656 Reviewed-by: Michael Ludwig <michaelludwig@google.com> Auto-Submit: Adrian Perez de Castro <aperez@igalia.com> Commit-Queue: Michael Ludwig <michaelludwig@google.com> Reviewed-by: Florin Malita <fmalita@google.com>