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

Johannes Doerfert via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 7 06:53:05 PDT 2020


jdoerfert added a comment.

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.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D83268





More information about the cfe-commits mailing list