[PATCH] D143357: [RISCV] Default to -fsanitize=shadow-call-stack for Fuchsia
Petr Hosek via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Feb 5 16:03:12 PST 2023
phosek accepted this revision.
phosek added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: clang/lib/Driver/ToolChains/Fuchsia.cpp:476
default:
// TODO: Enable SafeStack on RISC-V once tested.
break;
----------------
Can you remove this `TODO`?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143357/new/
https://reviews.llvm.org/D143357
More information about the cfe-commits
mailing list