[PATCH] D27404: Make asan_symbolize.py py3-compatible

Kostya Serebryany via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 31 15:36:28 PST 2017


kcc added a comment.

In https://reviews.llvm.org/D27404#661303, @chapuni wrote:

> asan_symbolize.py is used from check-asan tests. If you would like to obsolete it, I could apply this just to let tests pass before obsolete.


Of course, we'll do this before deleting asan_symbolize.py. 
Do you need this change because some of the LLVM bots are starting to use Python3, or because you want to use asan_symbolize.py elesewhere? 
If the latter, consider sancov instead.


Repository:
  rL LLVM

https://reviews.llvm.org/D27404





More information about the llvm-commits mailing list