This is an archive of the discontinued LLVM Phabricator instance.

Fix fatal error message displaying
ClosedPublic

Authored by jlpeyton on Oct 24 2017, 11:03 AM.

Details

Summary

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().

Diff Detail

Repository
rL LLVM

Event Timeline

jlpeyton created this revision.Oct 24 2017, 11:03 AM
This revision is now accepted and ready to land.Oct 25 2017, 7:30 AM
This revision was automatically updated to reflect the committed changes.