commit | 5e6cb9022c5c87f3ecf593f3210d15fd25467342 | [log] [tgz] |
---|---|---|
author | Jonathan Peyton <jonathan.l.peyton@intel.com> | Wed Oct 25 22:05:02 2017 +0000 |
committer | Jonathan Peyton <jonathan.l.peyton@intel.com> | Wed Oct 25 22:05:02 2017 +0000 |
tree | d61a8fc120afdad83d6be770566b689fb31d517c | |
parent | 8e38ea8b9e09f826677409f7eb9feb142bce13f9 [diff] |
Fix fatal error message displaying Replacing call to __kmp_msg(kmp_ms_fatal,...) with __kmp_fatal(...) caused an issue when incomplete message is displayed in case an error message is followed by another message (e.g. by a hint messa)ge. This is because __kmp_fatal() passes incomplete list of arguments to __kmp_msg(). Patch by Olga Malysheva Differential Revision: https://reviews.llvm.org/D39248 llvm-svn: 316623