summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/cfguardtable.c
Commit message (Collapse)AuthorAgeFilesLines
* clang-cl: Support /guard:cf,nochecksHans Wennborg2018-08-101-0/+6
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. Differential Revision: https://reviews.llvm.org/D50513 llvm-svn: 339420
OpenPOWER on IntegriCloud