[Openmp-commits] [PATCH] D70414: [libomptarget] Build a minimal deviceRTL for amdgcn

Alexey Bataev via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Dec 3 09:19:00 PST 2019


ABataev added a comment.

Seems to me, it causes some problems at the compile-time:

  /build_llvm/llvm-project/openmp/libomptarget/deviceRTLs/nvptx/src/omptarget-nvptx.h:27:21: fatal error: support.h: No such file or directory
   #include "support.h"
                       ^
  compilation terminated.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D70414





More information about the Openmp-commits mailing list