[PATCH] D60531: [asan_symbolize] Teach `asan_symbolize.py` to symbolicate using a module map
Dan Liew via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 24 12:04:15 PDT 2019
delcypher added a comment.
In D60531#1477313 <https://reviews.llvm.org/D60531#1477313>, @vitalybuka wrote:
> Is there a reason to tests this on Darwin only?
@vitalybuka
Yes because printing the module map is only implemented on Darwin. The functionality is implemented in `PrintModuleMap()` and last time I checked this was a no-op on all platforms except Darwin.
If other platforms implement the feature then we can move the test, but right now this isn't the case.
Repository:
rCRT Compiler Runtime
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60531/new/
https://reviews.llvm.org/D60531
More information about the llvm-commits
mailing list