[PATCH] D76666: Add a `Symbolizer::GetEnvP()` method that allows symbolizer implementations to customise the environment of the symbolizer binary.
Dan Liew via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 24 12:54:18 PDT 2020
delcypher added a comment.
@vitalybuka Thanks for the review. I just discovered that `GetEnvP()` needs to be `protected` rather than `private` so it can be called by subclass implementations so I've updated this patch to do that. If you're happy with this could you approve again?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76666/new/
https://reviews.llvm.org/D76666
More information about the llvm-commits
mailing list