[PATCH] D80828: [Clang][A32/T32][Linux] -O1 implies -fomit-frame-pointer
Nick Desaulniers via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 1 13:33:07 PDT 2020
nickdesaulniers added a comment.
In D80828#2067110 <https://reviews.llvm.org/D80828#2067110>, @MaskRay wrote:
> (You can change `[Clang]` to `[Driver]` as `[Clang]` may carry less information. `[Driver]` emphasizes this is related to clangDriver. Nothing in sema/codegen/analyzer/etc is affected.)
Isn't that ambiguous which driver is being modified? For instance, lldb and lld's drivers aren't being modified.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80828/new/
https://reviews.llvm.org/D80828
More information about the cfe-commits
mailing list