[compiler-rt] [llvm] [InstrProf] Add debuginfod correlation support (PR #106606)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 5 10:33:30 PDT 2024
================
@@ -130,6 +131,12 @@ cl::opt<std::string>
cl::desc("For merge, use the provided unstripped bianry to "
"correlate the raw profile."),
cl::sub(MergeSubcommand));
+cl::list<std::string> DebugFileDirectory(
+ "debug-file-directory",
----------------
gulfemsavrun wrote:
I used the `debug-file-directory` flag to be consistent with all the other tools that supports`debuginfod`. Besides the ones that @petrhosek listed, we also have [llvm-objdump](https://github.com/llvm/llvm-project/blob/54194e1506bdd6dc37988678a8047ad4d48168fa/llvm/docs/CommandGuide/llvm-objdump.rst?plain=1#L137).
https://github.com/llvm/llvm-project/pull/106606
More information about the llvm-commits
mailing list