[PATCH] D60533: [asan_symbolize] Teach `asan_symbolize.py` to symbolicate partially symbolicated ASan reports.

Dan Liew via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 26 10:01:20 PDT 2019


delcypher added a comment.

In D60533#1477310 <https://reviews.llvm.org/D60533#1477310>, @vitalybuka wrote:

> Can you make the tests Posix?


To clarify, do you mean

1. Split the test up into the Posix and Darwin specific part (use Module map)
2. Disable the Posix test for Darwin (it won't work until we fix a bug in the Symbolizer implementation for Darwin).

If, yes then this seems like a good idea.


Repository:
  rCRT Compiler Runtime

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D60533/new/

https://reviews.llvm.org/D60533





More information about the llvm-commits mailing list