[all-commits] [llvm/llvm-project] a041ce: [ELF] CallGraphSort: replace vector<int> with uniq...

Fangrui Song via All-commits all-commits at lists.llvm.org
Fri Jul 29 01:00:02 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a041ce3eb1721c6e3252a452fe1d0c286fd40d9e
      https://github.com/llvm/llvm-project/commit/a041ce3eb1721c6e3252a452fe1d0c286fd40d9e
  Author: Fangrui Song <i at maskray.me>
  Date:   2022-07-29 (Fri, 29 Jul 2022)

  Changed paths:
    M lld/ELF/CallGraphSort.cpp

  Log Message:
  -----------
  [ELF] CallGraphSort: replace vector<int> with unique_ptr<int[]>. NFC

We can't use C++20 make_unique_for_overwrite yet.




More information about the All-commits mailing list