[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 06:09:35 PST 2014


================
Comment at: projects/compiler-rt/lib/asan/scripts/asan_symbolize.py:368
@@ +367,3 @@
+    #     .dSYM hints to it.
+    use_last_symbolizer = True
+    if not binary in self.llvm_symbolizers:
----------------
earthdok wrote:
> this belongs inside the if block
Done

http://reviews.llvm.org/D6310






More information about the llvm-commits mailing list