carbon-lang
carbon-lang copied to clipboard
Include `LLVM_SYMBOLIZER_PATH` when running Carbon in Compiler explorer?
Description of the bug:
Currently if you crash Carbon in compiler explorer you get a stack trace without symbols, which ends up in a bug report https://github.com/carbon-language/carbon-lang/issues/5094
Expecting folks playing in compiler explorer to set up a toolchain to get a stack trace seems like a reach. If it's possible it'd be nice to set LLVM_SYMBOLIZER_PATH in compiler explorer so that the stack trace is immediately useful.