commit | 1ff8b7bdf108c61bbcd1b3e0154ea4bab0b5cdaa | [log] [tgz] |
---|---|---|
author | Igor Kudrin <ikudrin@accesssoftek.com> | Thu May 16 05:23:13 2019 +0000 |
committer | Igor Kudrin <ikudrin@accesssoftek.com> | Thu May 16 05:23:13 2019 +0000 |
tree | f9f9ebd0f5aade6e5eca16ee93b323caafc8c808 | |
parent | 11be78bc7abf469c2db2d631f11b02ec8cb9f3c5 [diff] |
[IRMover] Improve diagnostic messages for conflicting metadata This does the similar for error messages as rL344011 has done for warnings. With llvm::lto::LTO, the error might appear when LTO::run() is executed. In that case, the calling code cannot know which module causes the error and, subsequently, cannot hint the user. Differential Revision: https://reviews.llvm.org/D61880 llvm-svn: 360857