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().
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM