[PATCH] D136303: [Debuginfod] DEBUGINFOD_HEADERS_FILE environment variable.
Daniel Thornburgh via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 7 13:40:37 PST 2022
mysterymath marked 2 inline comments as done.
mysterymath added a comment.
In D136303#3910194 <https://reviews.llvm.org/D136303#3910194>, @MaskRay wrote:
> I see a 2022-10-28 elfutils commit adding `DEBUGINFOD_HEADERS_FILE`. The message should mention that the feature matches `debuginfod`.
Done.
> I'd use llvm-debuginfod instead of Debuginfod as the tag to make it clear the one in llvm-project is an alternative implementation.
I would, but there's already a llvm-debuginfod utility in LLVM that makes this ambiguous. The library is named Debuginfod, so that's what I've been using to tag CLs against the client library.
> Also, I'd remove the trailing dot in the subject line.
Done.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136303/new/
https://reviews.llvm.org/D136303
More information about the llvm-commits
mailing list