[Openmp-commits] [PATCH] D83268: [OpenMP][NFC] Remove unused (always fixed) arguments

Alexey Bataev via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Jul 7 06:54:37 PDT 2020


ABataev added a comment.

In D83268#2136021 <https://reviews.llvm.org/D83268#2136021>, @jdoerfert wrote:

> In D83268#2135988 <https://reviews.llvm.org/D83268#2135988>, @ABataev wrote:
>
> > In D83268#2135955 <https://reviews.llvm.org/D83268#2135955>, @jdoerfert wrote:
> >
> > > > Especially taking into account, that libomp can be built separately.
> > >
> > > This is *not* affecting libomp in any way.
> >
> >
> > libomptarget and device runtimes are part of libomp. If you're going to remove some params, you'll need to modify the runtime functions too, no?
>
>
> No they are not.


`llvm-project/openmp/libomptarget`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D83268





More information about the Openmp-commits mailing list