[PATCH] [ASan] Allow the users of SymbolizationLoop to make use of the -dsym_hint option in llvm-symbolizer
Alexander Potapenko
glider at google.com
Fri Nov 21 04:59:03 PST 2014
================
Comment at: projects/compiler-rt/lib/asan/scripts/asan_symbolize.py:86
@@ -82,1 +85,3 @@
+ for hint in self.dsym_hints:
+ cmd.append('-dsym-hint=%s' % hint)
if DEBUG:
----------------
samsonov wrote:
> Why not --dsym-hint? (for consistency)
Done.
http://reviews.llvm.org/D6310
More information about the llvm-commits
mailing list