This is an archive of the discontinued LLVM Phabricator instance.

Also support several images for elf
ClosedPublic

Authored by jklinkenberg on Jul 17 2018, 3:59 AM.

Details

Summary

In revision r336569 (D49036) libomptarget support for multiple nvidia images has been fixed in case a target region resides inside one or multiple libraries and in the compiled application. But the issues was still present for elf images.
This fix will also support multiple images for elf.

Diff Detail

Repository
rL LLVM

Event Timeline

jklinkenberg created this revision.Jul 17 2018, 3:59 AM
protze.joachim edited the summary of this revision. (Show Details)Jul 17 2018, 4:06 AM
This revision is now accepted and ready to land.Jul 17 2018, 6:21 AM
protze.joachim accepted this revision.Jul 17 2018, 8:38 AM

The change is symetric with what is implemented for cuda.
LGTM

grokos accepted this revision.Jul 17 2018, 9:08 AM

LGTM

This revision was automatically updated to reflect the committed changes.