[clang] [llvm] [ARM, AArch64] Don't put BTI at asm goto branch targets (PR #141562)
Peter Smith via cfe-commits
cfe-commits at lists.llvm.org
Tue May 27 08:19:25 PDT 2025
================
@@ -2042,6 +2042,17 @@ references can be used instead of numeric references.
return -1;
}
+ASM Goto versus Branch Target Enforcement
----------------
smithp35 wrote:
Good idea to update the LanguageExtensions.rst and LangRef.rst. I think it would be worth updating the release notes too as this is a potentially breaking change for someone exclusively using clang and relying on the existing behaviour.
https://github.com/llvm/llvm-project/pull/141562
More information about the cfe-commits
mailing list