This is an archive of the discontinued LLVM Phabricator instance.

[Flang][OpenMP] Correct location information 1/n
ClosedPublic

Authored by kiranchandramohan on Jun 27 2023, 8:47 AM.

Details

Summary

This patch fixes location information of a few OpenMP constructs
and clauses. More fixes will come in follow-up patches.

This patch follows the same fixes for OpenACC (D131659).

Addresses some of the issues in https://github.com/llvm/llvm-project/issues/57215

Diff Detail

Event Timeline

Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJun 27 2023, 8:47 AM
kiranchandramohan requested review of this revision.Jun 27 2023, 8:47 AM

Fix patch application issue.

Update comment in test file.

clementval accepted this revision.Jun 27 2023, 9:29 AM

Thanks Kiran for working on this. LGTM

This revision is now accepted and ready to land.Jun 27 2023, 9:29 AM