[all-commits] [llvm/llvm-project] d5b205: [OpenMP] Add verbose output for linker wrapper
Joseph Huber via All-commits
all-commits at lists.llvm.org
Mon Feb 28 10:28:56 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d5b2055769f40386a818e9df0a173eafa0e7dc5f
https://github.com/llvm/llvm-project/commit/d5b2055769f40386a818e9df0a173eafa0e7dc5f
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2022-02-28 (Mon, 28 Feb 2022)
Changed paths:
M clang/tools/clang-linker-wrapper/ClangLinkerWrapper.cpp
Log Message:
-----------
[OpenMP] Add verbose output for linker wrapper
Summary;
This path adds printing support for the linker wrapper. When the user
passes `-v` it will not print the commands used by the linker wrapper to
indicate to the user what is happening during the linking.
More information about the All-commits
mailing list