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

Alexey Bataev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 7 06:46:42 PDT 2020


ABataev added a comment.

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?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D83268





More information about the llvm-commits mailing list