This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP] remove an erroneous assert on the location argument
ClosedPublic

Authored by vadikp-intel on May 11 2023, 3:30 PM.

Details

Summary

The 'loc' argument is optional, and some compilers (e.g. MSVC) do no supply it.

Diff Detail

Event Timeline

vadikp-intel created this revision.May 11 2023, 3:30 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 11 2023, 3:30 PM
vadikp-intel requested review of this revision.May 11 2023, 3:30 PM
This revision is now accepted and ready to land.May 11 2023, 10:21 PM