[PATCH] D142046: [BPF][clang] Ignore stack protector options for BPF target

Yonghong Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 19 11:47:30 PST 2023


yonghong-song added a comment.

@ast With this patch, gentoo clang compilation will hit the warning even if people appends -fno-stack-protector. Is this okay? In general, if the option is '-fstack-protector -fno-stack-protector', we should not issue warning, right?


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