[PATCH] D72167: Add support for __declspec(guard(nocf))

Andrew Paverd via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 8 06:16:33 PST 2020


ajpaverd updated this revision to Diff 236806.
ajpaverd added a comment.

- Make guard_nocf an attribute of individual call instructions


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D72167

Files:
  clang/include/clang/Basic/Attr.td
  clang/include/clang/Basic/AttrDocs.td
  clang/lib/CodeGen/CGCall.cpp
  clang/lib/Sema/SemaDeclAttr.cpp
  clang/test/CodeGen/guard_nocf.c
  clang/test/CodeGenCXX/guard_nocf.cpp
  clang/test/Sema/attr-guard_nocf.c
  clang/test/Sema/attr-guard_nocf.cpp
  llvm/lib/Transforms/CFGuard/CFGuard.cpp
  llvm/test/CodeGen/AArch64/cfguard-checks.ll
  llvm/test/CodeGen/ARM/cfguard-checks.ll
  llvm/test/CodeGen/X86/cfguard-checks.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72167.236806.patch
Type: text/x-patch
Size: 18192 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200108/515aad50/attachment-0001.bin>


More information about the cfe-commits mailing list