| commit | 188efda585f1da5ab91eedfe75a292bf6b6fd803 | [log] [tgz] |
|---|---|---|
| author | Vedant Kumar <vsk@apple.com> | Fri Nov 17 21:18:32 2017 +0000 |
| committer | Vedant Kumar <vsk@apple.com> | Fri Nov 17 21:18:32 2017 +0000 |
| tree | 07ab7ddc23b8dce0acb78bdcb1f434e6669e81ef | |
| parent | f413c7852eda73d74e288b4648331677673c043d [diff] |
[llvm-profdata] Don't treat non-fatal merge errors as fatal This fixes an issue seen on the coverage bot: http://lab.llvm.org:8080/green/view/Experimental/job/clang-stage2-coverage-R/1930 Profile merging shouldn't fail if a single counter mismatch is detected. llvm-svn: 318555