summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/shadowcallstack-attr.c
Commit message (Collapse)AuthorAgeFilesLines
* Add the -fsanitize=shadow-call-stack flagVlad Tsyrklevich2018-04-031-0/+16
Summary: Add support for the -fsanitize=shadow-call-stack flag which causes clang to add ShadowCallStack attribute to functions compiled with that flag enabled. Reviewers: pcc, kcc Reviewed By: pcc, kcc Subscribers: cryptoad, cfe-commits, kcc Differential Revision: https://reviews.llvm.org/D44801 llvm-svn: 329122
OpenPOWER on IntegriCloud