This is an archive of the discontinued LLVM Phabricator instance.

[SEMA]Generalize deferred diagnostic interface, NFC.
ClosedPublic

Authored by ABataev on Feb 7 2019, 10:14 AM.

Details

Summary

Deferred diagnostic interface is going to be used for OpenMP device
compilation. Generalized previously existed deferred diagnostic
interface for CUDA to be used with OpenMP and, possibly, other models.

Diff Detail

Repository
rL LLVM

Event Timeline

ABataev created this revision.Feb 7 2019, 10:14 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 7 2019, 10:14 AM
tra added a reviewer: jlebar.Feb 7 2019, 10:37 AM
tra accepted this revision.Feb 7 2019, 10:59 AM

LGTM. I've added jlebar@ as he's originally written the code.

This revision is now accepted and ready to land.Feb 7 2019, 10:59 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptFeb 7 2019, 11:48 AM

LGTM as well.