[all-commits] [llvm/llvm-project] 1a5c1e: [LinkerWrapper] Fix deleted constructor error on o...

Joseph Huber via All-commits all-commits at lists.llvm.org
Wed Jul 13 12:45:50 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1a5c1ee5b8bb580ce35e660f9ea907148c6bf627
      https://github.com/llvm/llvm-project/commit/1a5c1ee5b8bb580ce35e660f9ea907148c6bf627
  Author: Joseph Huber <jhuber6 at vols.utk.edu>
  Date:   2022-07-13 (Wed, 13 Jul 2022)

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

  Log Message:
  -----------
  [LinkerWrapper] Fix deleted constructor error on older compilers

Summary:
The previous patch moved some functoinality into a new function and
returned it. The vector contained move-only members. Newer compilers
should figure this out and I didn't notice any problems, but other ones
have problems. Explicitly move this vector to hopefully solve the issue.




More information about the All-commits mailing list