This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP] Fix the wrong format string used in `__kmpc_error`
ClosedPublic

Authored by tianshilei1992 on Jan 16 2023, 8:44 PM.

Details

Summary

This patch fixes the wrong format string used in __kmpc_error, which could
cause segment fault at runtime.

Diff Detail

Event Timeline

tianshilei1992 created this revision.Jan 16 2023, 8:44 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 16 2023, 8:44 PM
tianshilei1992 requested review of this revision.Jan 16 2023, 8:44 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 16 2023, 8:44 PM
jlpeyton accepted this revision.Jan 16 2023, 8:50 PM
jlpeyton added a subscriber: jlpeyton.

LGTM

This revision is now accepted and ready to land.Jan 16 2023, 8:50 PM