[all-commits] [llvm/llvm-project] 9f7ac5: [OpenMP] Fix printing commands twice in verbose mode

Joseph Huber via All-commits all-commits at lists.llvm.org
Fri Apr 29 20:06:51 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9f7ac522ae1cacd954e12f89cd4f3d049251188e
      https://github.com/llvm/llvm-project/commit/9f7ac522ae1cacd954e12f89cd4f3d049251188e
  Author: Joseph Huber <jhuber6 at vols.utk.edu>
  Date:   2022-04-29 (Fri, 29 Apr 2022)

  Changed paths:
    M clang/tools/clang-linker-wrapper/ClangLinkerWrapper.cpp

  Log Message:
  -----------
  [OpenMP] Fix printing commands twice in verbose mode

Summary:
A previous patch merged the command execution and printing into a helper
function. The old printing code wasn't removed causing each to be
printed twice.




More information about the All-commits mailing list