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

Fady Ghanim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 18 10:32:29 PDT 2020


fghanim added a comment.

I have no idea if this has been considered before or not, or if there is some technical/organizational difficulties against this option, but I think an option would be to create somewhere in the LLVM umbrella project for common Headers/Def.s between different LLVM subprojects (directory called "common" maybe?), which should help maintain independence between the projects without duplication, package maintainers will know to always include that in any package without having to worry about looking for shared files on a file by file bases, and users should always download that with whichever llvm package they are going to use.

FWIW.


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