[PATCH] D92560: [lib/Object, tools] - Make ELFObjectFile::getELFFile return reference.

Han Zhu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 4 15:10:27 PST 2020


zhuhan0 added a comment.

Hello, this seems to break the build. Error here http://lab.llvm.org:8011/#/builders/16/builds/2910/steps/5/logs/stdio. Line 46 of `llvm/tools/llvm-profgen/ProfiledBinary.cpp` should now take a reference instead of pointer.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D92560/new/

https://reviews.llvm.org/D92560



More information about the llvm-commits mailing list