[PATCH] D106854: Pass `--start-group` and `--end-group` to the linker when using the AVR toolchain
Matt Jacobson via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 27 21:26:53 PDT 2021
mhjacobson marked an inline comment as done.
mhjacobson added inline comments.
================
Comment at: clang/lib/Driver/ToolChains/AVR.cpp:430
+ CmdArgs.push_back("--end-group");
+
----------------
benshi001 wrote:
> You are appreciated to use 'git show -U999999' or 'git diff -U999999' for better context display.
Sorry! Fixed, I think.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106854/new/
https://reviews.llvm.org/D106854
More information about the cfe-commits
mailing list