[PATCH] D109157: [ARM] Mitigate the cve-2021-35465 security vulnurability.

Sjoerd Meijer via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 7 09:02:40 PDT 2021


SjoerdMeijer added a comment.

The driver part looks good to me. I will let Oli do the approval as he also looked at the codegen (and I didn't).



================
Comment at: clang/include/clang/Driver/Options.td:3274
+  Group<m_arm_Features_Group>,
+  HelpText<"Work around VLLDM erratum CVE-2021-35465 (Arm only)">;
+def mno_fix_cmse_cve_2021_35465 : Flag<["-"], "mno-fix-cmse-cve-2021-35465">,
----------------
Nit: I think `Arm` -> `ARM` is better as we we're talking about the ARM backend here.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D109157/new/

https://reviews.llvm.org/D109157



More information about the cfe-commits mailing list