[PATCH] D65130: [clang][OpenMP] Add clang-offload-wrapper tool

Sergey Dmitriev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 22 20:19:58 PDT 2019


sdmitriev created this revision.
sdmitriev added reviewers: hfinkel, ABataev.
Herald added subscribers: cfe-commits, guansong, mgorny.
Herald added a reviewer: jdoerfert.
Herald added a project: clang.

This is the first set of changes for eliminating OpenMP linker script that adds new clang-offload-wrapper tool (please see https://reviews.llvm.org/D64943 for more details). This tool takes device images as input and produces a wrapper bit-code file which contains device images as data and offload registration code that registers the binaries in OpenMP offloading runtime at startup.


Repository:
  rC Clang

https://reviews.llvm.org/D65130

Files:
  clang/test/Driver/clang-offload-wrapper.ll
  clang/tools/CMakeLists.txt
  clang/tools/clang-offload-wrapper/CMakeLists.txt
  clang/tools/clang-offload-wrapper/ClangOffloadWrapper.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65130.211243.patch
Type: text/x-patch
Size: 15069 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190723/368c0d53/attachment.bin>


More information about the cfe-commits mailing list