[PATCH] D132810: [clang][MinGW] Add `-mguard=cf` and `-mguard=cf-nochecks`
Martin Storsjö via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 1 13:16:12 PDT 2022
mstorsjo added a comment.
In D132810#3756000 <https://reviews.llvm.org/D132810#3756000>, @rnk wrote:
> + at maskray, should we use `-mguard=` as the GCC spelling of the MSVC `/GUARD:` flag? Short flags are nice, but it seems there may be a risk of GCC using `-mguard=` for something else at some point. I lean towards using `-mguard=` as is.
@MaskRay Can you follow up here?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132810/new/
https://reviews.llvm.org/D132810
More information about the cfe-commits
mailing list