[PATCH] D133082: [clang] Implement setting crash_diagnostics_dir through env variable
Matheus Izvekov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 1 17:48:22 PDT 2022
mizvekov added a comment.
In D133082#3764256 <https://reviews.llvm.org/D133082#3764256>, @aaron.ballman wrote:
> If we go this route, we definitely need user-facing documentation that explains what's going on. I don't think we have anything corresponding to https://gcc.gnu.org/onlinedocs/gcc/Environment-Variables.html, but having such a page for Clang would be a good idea (even if the page is incomplete).
I took an attempt at this on the latest diff.
I am suggesting we put the variables close to command line flags, in the same document, as I think it makes sense to have these options that interact with each other close together.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133082/new/
https://reviews.llvm.org/D133082
More information about the cfe-commits
mailing list