[Openmp-commits] [PATCH] D95314: [OpenMP][Libomptarget] Introduce Remote Offloading Plugin

Johannes Doerfert via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Mon Jan 25 16:38:41 PST 2021


jdoerfert added inline comments.


================
Comment at: openmp/libomptarget/plugins/remote/src/Client.h:183
+
+  ///////////////////////////////////////////////////////////////////////////////
+
----------------
Remove these `///` things all over the place.


================
Comment at: openmp/libomptarget/plugins/remote/src/rtl.cpp:24
+
+#include "../../common/elf_common/elf_common.h"
+
----------------
I think you can just include `common/elf_common/elf_common.h` now


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D95314



More information about the Openmp-commits mailing list