[PATCH] D79733: [clang][SLH] Add __has_feature(speculative_load_hardening)
Zola Bridges via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon May 11 11:50:47 PDT 2020
zbrid marked an inline comment as done.
zbrid added inline comments.
================
Comment at: clang/lib/Driver/ToolChains/Clang.cpp:5357
- if (Args.hasFlag(options::OPT_mspeculative_load_hardening, options::OPT_mno_speculative_load_hardening,
- false))
+ if (Args.hasFlag(options::OPT_mspeculative_load_hardening,
+ options::OPT_mno_speculative_load_hardening, false))
----------------
zbrid wrote:
> This is a style fix only.
Err, I mean the change in this line is only a style fix. The rest of the patch is the functional change.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79733/new/
https://reviews.llvm.org/D79733
More information about the cfe-commits
mailing list