[all-commits] [llvm/llvm-project] e27026: [LinkerWrapper] Do not consume `--verbose` from th...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Wed Jul 27 13:07:22 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e27026cce16a98f923bbdb71362334faf6d68cd3
https://github.com/llvm/llvm-project/commit/e27026cce16a98f923bbdb71362334faf6d68cd3
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2022-07-27 (Wed, 27 Jul 2022)
Changed paths:
M clang/lib/Driver/ToolChains/Clang.cpp
M clang/tools/clang-linker-wrapper/LinkerWrapperOpts.td
Log Message:
-----------
[LinkerWrapper] Do not consume `--verbose` from the linker
Summary:
Linkers use `--verbose` to let users investigate search libraries among
other things. The linker wrapper was incorrectly not forwarding this to
the linker job. This patch simply renames this so users can still see
verbose messages from the linker if it was passed.
More information about the All-commits
mailing list