[all-commits] [llvm/llvm-project] 025d4f: [llvm-link][NFC] Minor cleanup

Sergey Dmitriev via All-commits all-commits at lists.llvm.org
Wed Dec 9 23:18:45 PST 2020


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 025d4faadb680925ccf5fdc957a36edd2fbb07ce
      https://github.com/llvm/llvm-project/commit/025d4faadb680925ccf5fdc957a36edd2fbb07ce
  Author: Sergey Dmitriev <serguei.n.dmitriev at intel.com>
  Date:   2020-12-09 (Wed, 09 Dec 2020)

  Changed paths:
    M llvm/tools/llvm-link/llvm-link.cpp

  Log Message:
  -----------
  [llvm-link][NFC] Minor cleanup

llvm::Linker::linkModules() is a static member, so there is no need
to pass reference to llvm::Linker instance to loadArFile() function.

Reviewed By: tra

Differential Revision: https://reviews.llvm.org/D92918




More information about the All-commits mailing list