Jonathan Peyton 8c08442bf9 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


git-svn-id: https://llvm.org/svn/llvm-project/openmp/trunk@316623 91177308-0d34-0410-b5e6-96231b3b80d8
2017-10-25 22:05:02 +00:00
2017-07-08 16:09:47 +00:00
2016-05-23 18:01:19 +00:00
S
Description
No description provided
11 MiB
Languages
C++ 68.3%
C 19%
Perl 3.8%
Cuda 3.2%
CMake 3.1%
Other 2.5%