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

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 7 06:50:58 PDT 2020


jdoerfert added a comment.

In D83268#2135989 <https://reviews.llvm.org/D83268#2135989>, @ABataev wrote:

> In D83268#2135954 <https://reviews.llvm.org/D83268#2135954>, @JonChesterfield wrote:
>
> > What can libomp be built by separately? Nvcc and gcc don't use this runtime. That leaves us with downstream proprietary compilers derived from clang that are already stuck carrying extensive compatibility patches and usually ship as one large toolchain blob which only needs to be internally self consistent.
>
>
> Answered already: the previous version of the compiler with the new version of the runtime.


Still cannot be expected to work: https://reviews.llvm.org/D83268#2135951
Are there other use cases?


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