[PATCH] D71148: [hwasan] Offline symbolization script.
Mitch Phillips via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 6 14:25:08 PST 2019
hctim added inline comments.
================
Comment at: compiler-rt/lib/hwasan/scripts/hwasan_symbolize:239
+if not symbolizer_path:
+ candidates = glob.glob('/usr/bin/llvm-symbolizer-*')
+ def extract_version(s):
----------------
Shouldn't we be getting this from user PATH instead? For me , `which llvm-symbolizer` returns `/usr/local/bin/llvm-symbolizer` (which is the default install path for `ninja install` IIRC).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71148/new/
https://reviews.llvm.org/D71148
More information about the llvm-commits
mailing list