[PATCH] D87841: [openmp][libomptarget] Include header from LLVM source tree

Saiyedul Islam via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 17 11:08:13 PDT 2020


saiislam added a comment.

AFAIK, all files which are required/should be available in libomptarget reside in llvm/Frontend/OpenMP/* , so may be an option can be provided for only-tarball users to get files only from this directory.
This kind of approach will also enforce people exporting stuff from clang to libomptarget, to put everything in one place.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D87841



More information about the llvm-commits mailing list