[clang] [Driver] Add options to control workaround for Cortex-A53 Erratum 843419 (PR #143915)
Pavel Kosov via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 12 10:10:23 PDT 2025
================
@@ -5146,10 +5146,16 @@ def mno_fix_cortex_a72_aes_1655431 : Flag<["-"], "mno-fix-cortex-a72-aes-1655431
Alias<mno_fix_cortex_a57_aes_1742098>;
def mfix_cortex_a53_835769 : Flag<["-"], "mfix-cortex-a53-835769">,
Group<m_aarch64_Features_Group>,
- HelpText<"Workaround Cortex-A53 erratum 835769 (AArch64 only)">;
+ HelpText<"Work around Cortex-A53 erratum 835769 (AArch64 only)">;
----------------
kpdev wrote:
Why do you split this word? It looks like quite legal here: https://dictionary.cambridge.org/dictionary/english/workaround
https://github.com/llvm/llvm-project/pull/143915
More information about the cfe-commits
mailing list