mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 20:40:11 +01:00
We previously set `LLVM_SYMBOLIZER_PATH` to a bogus path ending `.../binllvm-symbolizer`. Because this var was set, LLVM's symbolizer lookup would also skip looking in `$PATH`, so this was causing symbolization to never happen unless `LLVM_SYMBOLIZER_PATH` was explicitly set in the environment.