[Openmp-commits] [PATCH] D40797: [libomptarget] Move header files and CMake library definition

Jonas Hahnfeld via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Mon Dec 4 11:59:59 PST 2017


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

Future patches will add (private) header files in src/ that should
not be visible to plugins, so move the "public" ones to a new
include/ directory. This is still internal in a sense that the
contained files won't be installed for the user.
Similarly, the target agnostic offloading library should be built
directly in src/. The parent directory is responsible for finding
dependencies and including all subdirectories.


https://reviews.llvm.org/D40797

Files:
  libomptarget/CMakeLists.txt
  libomptarget/exports
  libomptarget/include/omptarget.h
  libomptarget/include/omptargetplugin.h
  libomptarget/src/CMakeLists.txt
  libomptarget/src/exports
  libomptarget/src/omptarget.h
  libomptarget/src/omptargetplugin.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40797.125385.patch
Type: text/x-patch
Size: 34856 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20171204/c73d0992/attachment-0001.bin>


More information about the Openmp-commits mailing list