[PATCH] D65761: Add Windows Control Flow Guard checks (/guard:cf).
dmajor via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 3 06:13:20 PST 2019
dmajor added a comment.
Are there any plans to implement `__declspec(guard(nocf))` or an equivalent mechanism? `__attribute__((nocf_check))` doesn't do anything without the -fcf-protection flag. (https://bugs.llvm.org/show_bug.cgi?id=44096)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65761/new/
https://reviews.llvm.org/D65761
More information about the cfe-commits
mailing list