[PATCH] D117717: [clang] Ignore -fconserve-stack

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 19 13:45:35 PST 2022


MaskRay added a comment.

Clang has a long list of ignored options but most were added during the catch-up phase when Clang strove to be a competitor compiler.
I think for new ignored options there needs to be some higher standard.
>From Debian Code Search https://codesearch.debian.net/search?q=fconserve-stack&literal=0&page=2 and internal code search, I believe this is a fairly obscure option.
Shall we fix the projects instead?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D117717/new/

https://reviews.llvm.org/D117717



More information about the cfe-commits mailing list