[PATCH] D100509: Support GCC's -fstack-usage flag
Dávid Bolvanský via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Apr 17 04:44:14 PDT 2021
xbolva00 added a comment.
cc @r
================
Comment at: clang/include/clang/Basic/CodeGenOptions.h:391
std::vector<std::string> SanitizeCoverageBlocklistFiles;
+ std::string StackUsageOutput;
----------------
Nit: comment? Like one in TargetOptions.h
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100509/new/
https://reviews.llvm.org/D100509
More information about the cfe-commits
mailing list