[PATCH] D50513: clang-cl: Support /guard:cf,nochecks
Hans Wennborg via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 9 08:08:44 PDT 2018
hans created this revision.
hans added reviewers: rnk, thakis.
This extension emits the guard cf table without inserting the instrumentation. Currently that's what clang-cl does with /guard:cf anyway, but this allows a user to request that explicitly.
https://reviews.llvm.org/D50513
Files:
include/clang/Driver/CLCompatOptions.td
lib/CodeGen/CodeGenModule.cpp
lib/Driver/ToolChains/Clang.cpp
test/CodeGen/cfguardtable.c
test/Driver/cl-options.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50513.159927.patch
Type: text/x-patch
Size: 4241 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180809/1ea0050c/attachment.bin>
More information about the cfe-commits
mailing list