This is an archive of the discontinued LLVM Phabricator instance.

[libomptarget] Split RTL plugin functionality
ClosedPublic

Authored by Hahnfeld on Dec 4 2017, 11:59 AM.

Details

Summary

This is the first of four patches to split the target agnostic
library into multiple (smaller) files. It only moves the code
to separate implementation files and does no cleanup (yet) except
removing unneeded headers.

Diff Detail

Repository
rOMP OpenMP

Event Timeline

Hahnfeld created this revision.Dec 4 2017, 11:59 AM
grokos accepted this revision.Dec 5 2017, 12:22 PM

LGTM.

This revision is now accepted and ready to land.Dec 5 2017, 12:22 PM
This revision was automatically updated to reflect the committed changes.