Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[symbolizer] Empty string is not an error (llvm#97781)
This is recommit of llvm#92660, reverted in llvm#94424. Original commit message is below. After commit llvm@1792852 ([symbolizer] Change reaction on invalid input) llvm-symbolizer issues an error on malformed command instead of echoing it to the standard output, as in previous versions. It turns out this behavior broke a use case when echoing was used to check if llvm-symbolizer is working (llvm@1792852#commitcomment-142161925). With this change an empty line as input is not considered as an error anymore and does not produce any output on stderr. llvm-symbolizer still respond on empty line with line not found, this is consistent with GNU addr2line.
- Loading branch information