[PATCH] D96193: [ELF] Rewriting the path of sample profile file for --reproduce response.txt

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 5 18:44:37 PST 2021


MaskRay added inline comments.


================
Comment at: lld/ELF/DriverUtils.cpp:182
       break;
+    case OPT_lto_sample_profile:
+      os << arg->getSpelling() << quote(rewritePath(arg->getValue())) << "\n";
----------------
move to the block below


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D96193



More information about the llvm-commits mailing list