This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP][CUDA] Get rid of redundant macro def
ClosedPublic

Authored by sunshaoce on Mar 4 2023, 9:57 AM.

Details

Summary

Resolve warning of TARGET_NAME macro redefinition.

Diff Detail

Event Timeline

sunshaoce created this revision.Mar 4 2023, 9:57 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 4 2023, 9:57 AM
sunshaoce requested review of this revision.Mar 4 2023, 9:57 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 4 2023, 9:57 AM
jhuber6 accepted this revision.Mar 4 2023, 9:59 AM

We should rework how these are handled once we delete the old plugins in a few weeks. But this is good for now.

This revision is now accepted and ready to land.Mar 4 2023, 9:59 AM
This revision was automatically updated to reflect the committed changes.