[PATCH] D76158: Add inline assembly load hardening mitigation for Load Value Injection (LVI) on X86 [6/6]
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 23 16:52:44 PDT 2020
craig.topper added inline comments.
================
Comment at: llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp:3158
+static cl::opt<bool> LVIInlineAsmHardening(
+ "x86-lvi-inline-asm-hardening-experimental",
----------------
Move the command line option to the top of the file below the includes.
The two other examples I know of start with "-x86-experimental-" instead of having experimental at the end.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76158/new/
https://reviews.llvm.org/D76158
More information about the llvm-commits
mailing list