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

Jon Chesterfield via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Apr 28 03:43:33 PDT 2020


JonChesterfield added inline comments.


================
Comment at: openmp/libomptarget/src/rtl.cpp:25
 // List of all plugins that can support offloading.
 static const char *RTLNames[] = {
+    /* SX-Aurora VE target  */ "libomptarget.rtl.ve.so",
----------------
These could be sorted lexicographically, for the sake of removing uncertainty about where in the list to insert a new entry.


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

https://reviews.llvm.org/D76843





More information about the Openmp-commits mailing list