| commit | 2ad6d48b0c631d7fa8416c07f8b47f167cfd2fd8 | [log] [tgz] |
|---|---|---|
| author | Richard Smith <richard-llvm@metafoo.co.uk> | Thu Jun 09 00:53:21 2016 +0000 |
| committer | Richard Smith <richard-llvm@metafoo.co.uk> | Thu Jun 09 00:53:21 2016 +0000 |
| tree | 3d828acb25a67cb8ec584877faa300c9c8ae2289 | |
| parent | 6d1d27542fd66465f5e1e3e4248910b15f47a8b2 [diff] |
Search for llvm-symbolizer binary in the same directory as argv[0], before looking for it along $PATH. This allows installs of LLVM tools outside of $PATH to find the symbolizer and produce pretty backtraces if they crash. llvm-svn: 272232