[clang] [llvm] [PowerPC] Diagnose musttail instead of crash inside backend (PR #93267)
Chen Zheng via llvm-commits
llvm-commits at lists.llvm.org
Thu May 23 23:46:14 PDT 2024
================
@@ -3833,6 +3833,11 @@ def note_cannot_use_trivial_abi_reason : Note<
"it is polymorphic|"
"it has a base of a non-trivial class type|it has a virtual base|"
"it has a __weak field|it has a field of a non-trivial class type}1">;
+def warn_ppc_musttail_maybe_ignored: Warning<
+ "'musttail' attribute may be ignored on ppc targets">,
+ InGroup<IgnoredAttributes>;
----------------
chenzheng1030 wrote:
Thank you for giving a look. Will update.
https://github.com/llvm/llvm-project/pull/93267
More information about the llvm-commits
mailing list