[Openmp-commits] [PATCH] D40801: [libomptarget] Split implementation of interface functions

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


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

This last of four patches adds a new file for the interface
functions that Clang uses during code generation. The only
change except simply moving the current code is renaming the
function CheckDeviceAndCtors() and using the correct type for
64bit device ids.


https://reviews.llvm.org/D40801

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40801.125394.patch
Type: text/x-patch
Size: 41937 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20171204/84115f6c/attachment-0001.bin>


More information about the Openmp-commits mailing list