[PATCH] D27378: [asan] Teach asan_symbolize.py to use :arch with atos and llvm-symbolizer on Darwin

Kuba (Brecka) Mracek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 14 13:02:30 PST 2016


kubabrecka updated this revision to Diff 81445.
kubabrecka added a comment.

Addressing review comments, updating patch.  We will assume that the arch is part of the filename ("libabc.dylib:x86_64h") only if the last part is a known architecture.  I'll update my other patch to add a comment into the .h file to point out that there's a list of known architectures in asan_symbolize.py.


Repository:
  rL LLVM

https://reviews.llvm.org/D27378

Files:
  lib/asan/scripts/asan_symbolize.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27378.81445.patch
Type: text/x-patch
Size: 6630 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161214/341885d7/attachment.bin>


More information about the llvm-commits mailing list