[Openmp-commits] [PATCH] D76843: [Openmp] Libomptarget plugin for NEC SX-Aurora

Manoel Roemmer via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Wed Apr 8 13:03:06 PDT 2020


manorom updated this revision to Diff 256090.
manorom added a comment.

- Add file `elf_common.c` to the diff, missing from the previous revision of the diff.
- Add `"-Wl,-z,defs"` as linker flags in CmakeLists.txt
- Fix Typos in CMakeLists.txt and rtl.cpp
- Remove Else after Return (rtl,cpp lines 168 NOT 298 and 336)
- Remove checks of the VEO api version
- Use correct return type in rtl.cpp:362


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D76843/new/

https://reviews.llvm.org/D76843

Files:
  openmp/libomptarget/cmake/Modules/LibomptargetGetDependencies.cmake
  openmp/libomptarget/plugins/common/elf_common.c
  openmp/libomptarget/plugins/ve/CMakeLists.txt
  openmp/libomptarget/plugins/ve/src/rtl.cpp
  openmp/libomptarget/src/rtl.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76843.256090.patch
Type: text/x-patch
Size: 22635 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20200408/ace1e8e3/attachment-0001.bin>


More information about the Openmp-commits mailing list