This is an archive of the discontinued LLVM Phabricator instance.

Add NetBSD support in asan_symbolize.py
ClosedPublic

Authored by krytarowski on Aug 8 2017, 1:19 PM.

Details

Summary

Part of the code inspired by the original work on libsanitizer in GCC 5.4 by Christos Zoulas.

Sponsored by <The NetBSD Foundation>

Diff Detail

Repository
rL LLVM

Event Timeline

krytarowski created this revision.Aug 8 2017, 1:19 PM
fjricci accepted this revision.Aug 8 2017, 1:28 PM
This revision is now accepted and ready to land.Aug 8 2017, 1:28 PM
krytarowski closed this revision.Aug 8 2017, 1:50 PM
joerg added inline comments.Aug 9 2017, 11:40 AM
lib/asan/scripts/asan_symbolize.py
283

system in [...] like below.

krytarowski added inline comments.Aug 9 2017, 6:26 PM
lib/asan/scripts/asan_symbolize.py
283

Once asan and compiler-common will be fully merged, I will prepare a clean-up patch.