This is an archive of the discontinued LLVM Phabricator instance.

Fix compiling warnings in OpenMP declare mapper codegen
ClosedPublic

Authored by lildmh on Jul 16 2020, 8:48 AM.

Details

Summary

This patch fixed the compiling warnings that L is not a reference.

Diff Detail

Event Timeline

lildmh created this revision.Jul 16 2020, 8:48 AM
grokos added a subscriber: grokos.Jul 16 2020, 10:51 AM

I can confirm the warnings are gone with this fix.

grokos accepted this revision.Jul 16 2020, 11:02 AM
This revision is now accepted and ready to land.Jul 16 2020, 11:02 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptJul 16 2020, 11:04 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript

Thanks George!