This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP] fix clang warning about printf format in CUDA plugin
ClosedPublic

Authored by ye-luo on Jun 29 2020, 10:30 AM.

Details

Summary

Warnings are printed by clang when building LIBOMPTARGET_ENABLE_DEBUG=ON due incorrect format string.

Diff Detail

Event Timeline

ye-luo created this revision.Jun 29 2020, 10:30 AM

Thank you for the patch. Just one tiny comment: are these everything for the warning about the debug output?

ye-luo added a comment.EditedJun 29 2020, 1:33 PM

Thank you for the patch. Just one tiny comment: are these everything for the warning about the debug output?

I think so.
I don't have commit rights. Please land the patch for me.

This revision is now accepted and ready to land.Jun 29 2020, 7:31 PM
This revision was automatically updated to reflect the committed changes.