This repository has been archived by the owner on Nov 1, 2023. It is now read-only.
Auto-detect llvm symbolizer path when LLVM_SYMBOLIZER_PATH is not set #3547
Labels
enhancement
New feature or request
There are common paths we can check where the llvm symbolizer can be found, as well as ways to find it for example
which llvm-symbolizer
on linux. Setting the LLVM_SYMBOLIZER_PATH environment variable should always take precedent in case a user has multiple versions installed and they want to use a particular one.AB#167338
The text was updated successfully, but these errors were encountered: