commit | 197e73fede5589bc53735dc94f3c42c0dedc1daf | [log] [tgz] |
---|---|---|
author | Vedant Kumar <vsk@apple.com> | Thu Jun 28 18:21:11 2018 +0000 |
committer | Vedant Kumar <vsk@apple.com> | Thu Jun 28 18:21:11 2018 +0000 |
tree | 5cbdd769867c9453c1550fcbba1dde15e1593d5d | |
parent | 90d7d5f6a2e50ca25d0a2399fedd6cecc2f515ca [diff] |
[Debugify] Do not report line 0 locations as errors The checking logic should not treat artificial locations as being somehow problematic. Producing these locations can be the desired behavior of some passes. See llvm.org/PR37961. llvm-svn: 335897