[PATCH] D108254: [llvm-profgen] Move profiled binary loading out of PerfReader

Hongtao Yu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 17 16:22:26 PDT 2021


hoy added a comment.

The code structure looks cleaner now, thanks.



================
Comment at: llvm/tools/llvm-profgen/PerfReader.cpp:259
-
-  if (!llvm::sys::fs::exists(BinaryPath)) {
-    std::string Msg = "Input binary(" + BinaryPath.str() + ") doesn't exist!";
----------------
Is this moved to anywhere?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D108254



More information about the llvm-commits mailing list