[Openmp-commits] [PATCH] D40798: [libomptarget] Split RTL plugin functionality

Jonas Hahnfeld via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Mon Dec 4 12:00:07 PST 2017


Hahnfeld created this revision.
Herald added a subscriber: mgorny.

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.


https://reviews.llvm.org/D40798

Files:
  libomptarget/src/CMakeLists.txt
  libomptarget/src/device.h
  libomptarget/src/omptarget.cpp
  libomptarget/src/private.h
  libomptarget/src/rtl.cpp
  libomptarget/src/rtl.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40798.125390.patch
Type: text/x-patch
Size: 50358 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20171204/059b6a2f/attachment-0001.bin>


More information about the Openmp-commits mailing list