[PATCH] D136707: [clang][Toolchains][Gnu] pass -gdwarf-* through to assembler
Nick Desaulniers via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 25 11:39:46 PDT 2022
nickdesaulniers added inline comments.
================
Comment at: clang/lib/Driver/ToolChains/CommonArgs.h:107
unsigned ParseDebugDefaultVersion(const ToolChain &TC,
const llvm::opt::ArgList &Args);
----------------
This can be made static to the .cpp file now.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136707/new/
https://reviews.llvm.org/D136707
More information about the cfe-commits
mailing list