[PATCH] D126137: [X86] Add support for `-mharden-sls=[none|all|return|indirect-jmp]`

Phoebe Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 27 20:51:28 PDT 2022


pengfei updated this revision to Diff 432692.
pengfei added a comment.

1. Revert the change to clang/docs/ClangCommandLineReference.rst
2. Update missing options
3. Rebase on D126511 <https://reviews.llvm.org/D126511>


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D126137

Files:
  clang/docs/ReleaseNotes.rst
  clang/include/clang/Driver/Options.td
  clang/lib/Driver/ToolChains/Arch/X86.cpp
  clang/test/Driver/x86-target-features.c
  llvm/lib/Target/X86/X86.td
  llvm/lib/Target/X86/X86AsmPrinter.cpp
  llvm/lib/Target/X86/X86AsmPrinter.h
  llvm/test/CodeGen/X86/speculation-hardening-sls.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D126137.432692.patch
Type: text/x-patch
Size: 10026 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220528/21a4102e/attachment.bin>


More information about the llvm-commits mailing list