[PATCH] D142046: [BPF][clang] Ignore stack protector options for BPF target
Jose E. Marchesi via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 19 11:39:15 PST 2023
jemarch added a comment.
Note that in GCC we are now emitting a note if the stack protector is requested by the user in the BPF backend:
note: -fstack-protector does not work on this architecture
which is less intrusive than a warning, still informative.
Then the stack protector is disabled.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142046/new/
https://reviews.llvm.org/D142046
More information about the cfe-commits
mailing list