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

Shilei Tian via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Mon Jan 25 17:09:23 PST 2021


tianshilei1992 added inline comments.


================
Comment at: openmp/libomptarget/plugins/remote/src/rtl.cpp:24
+
+#include "../../common/elf_common/elf_common.h"
+
----------------
jdoerfert wrote:
> I think you can just include `common/elf_common/elf_common.h` now
`#include "elf_common.h"` instead, and then link to `elf_common` in CMake.


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