[PATCH] D15876: [llvm-symbolizer] Print out non-address lines verbatim.
Mike Aizatsky via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 7 15:35:20 PST 2016
aizatsky added a comment.
> Out of curiosity, why do you need this?
To be able to pipe a complicate output through symbolizer. E.g. fuzzers can print out coverage addresses.
> What is addr2line behavior for non-address lines?
I don't think addr2line behavior is relevant here. This is not addr2line, right?
addr2line is not smart at all:
$ echo "hello" | addr2line -e /usr/bin/addr2line
??:0
http://reviews.llvm.org/D15876
More information about the llvm-commits
mailing list