[Openmp-commits] [PATCH] D14031: [OpenMP] Initial implementation of OpenMP offloading library - libomptarget.
Samuel Antao via Openmp-commits
openmp-commits at lists.llvm.org
Sat Nov 28 15:51:37 PST 2015
sfantao updated this revision to Diff 41337.
sfantao added a comment.
Remove considerations about the format (e.g. ELF) of the target binary. The format is only going to be evaluated by the plugins. This makes the target agnostic part of the library to be really target agnostic.
http://reviews.llvm.org/D14031
Files:
CMakeLists.txt
libomptarget/Build_With_CMake.txt
libomptarget/CMakeLists.txt
libomptarget/README.txt
libomptarget/cmake/Modules/LibomptargetGetDependencies.cmake
libomptarget/cmake/Modules/LibomptargetUtils.cmake
libomptarget/cmake/Modules/config-ix.cmake
libomptarget/exports
libomptarget/src/omptarget.cpp
libomptarget/src/omptarget.h
libomptarget/test/CMakeLists.txt
libomptarget/test/lit.cfg
libomptarget/test/lit.site.cfg.in
libomptarget/test/offloading/offloading_success.c
libomptarget/test/offloading/offloading_success.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14031.41337.patch
Type: text/x-patch
Size: 78747 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20151128/e3837116/attachment-0001.bin>
More information about the Openmp-commits
mailing list