This allows to point to an executable that isn't named exactly
"llvm-symbolizer" and not necessarily in the current PATH.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Differential D88192
Add support for setting the path to llvm-symbolizer through an environment variable mehdi_amini on Sep 23 2020, 6:20 PM. Authored by
Details This allows to point to an executable that isn't named exactly
Diff Detail
|
if (const char *Path = getenv(LLVMSymbolizerPathEnv))