[compiler-rt] [llvm] [InstrProf] Add debuginfod correlation support (PR #106606)
Ellis Hoag via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 30 18:38:57 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",
----------------
ellishg wrote:
We already have a flag spelled `debug-info`, but this flag is unrelated.
https://github.com/llvm/llvm-project/pull/106606
More information about the llvm-commits
mailing list