[PATCH] D115973: [llvm-profgen] Support symbol loading for debug fission

Wenlei He via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 19 00:01:54 PST 2021


wenlei added inline comments.


================
Comment at: llvm/tools/llvm-profgen/ProfiledBinary.cpp:688-690
+        outs() << "Debug Fission: DWO debug information for " << DWOName
+               << " was not retrieved and won't be updated. Please check "
+                  "relative path.\n";
----------------
There's no debug info update involved here, is this message a copy paste? 

And this should probably be a warning?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D115973



More information about the llvm-commits mailing list