[all-commits] [llvm/llvm-project] 070738: [MemProf][NFC] Explicitly specify llvm version of ...

Teresa Johnson via All-commits all-commits at lists.llvm.org
Tue Jan 16 11:21:07 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 070738ba8894ed2c4ef02b07cfb7ce27d3d024ec
      https://github.com/llvm/llvm-project/commit/070738ba8894ed2c4ef02b07cfb7ce27d3d024ec
  Author: Teresa Johnson <tejohnson at google.com>
  Date:   2024-01-16 (Tue, 16 Jan 2024)

  Changed paths:
    M llvm/lib/Transforms/IPO/MemProfContextDisambiguation.cpp

  Log Message:
  -----------
  [MemProf][NFC] Explicitly specify llvm version of function_ref (#77783)

As suggested in https://github.com/llvm/llvm-project/pull/75823, to
avoid confusion with std::function_ref, qualify all uses with llvm::
(we were already using the llvm version, but this avoids ambiguity).




More information about the All-commits mailing list