[PATCH] D80222: Replace Clang's createRuntimeFunction with the definitions in OMPKinds.def
Johannes Doerfert via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 26 10:20:23 PDT 2020
jdoerfert added a comment.
In D80222#2055149 <https://reviews.llvm.org/D80222#2055149>, @jhuber6 wrote:
> This passes all checks except the libomp ones. Those still seg-fault, I'm not entirely sure why. Cuda failure is again because I don't have it configured on my machine.
>
> Failing Tests (3):
>
> Clang :: Driver/cuda-simple.cu
> libomp :: tasking/kmp_taskloop.c
> libomp :: worksharing/for/kmp_doacross_check.c
I believe libomp tests are not related to this but you should double check. run them locally without this patch maybe
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80222/new/
https://reviews.llvm.org/D80222
More information about the llvm-commits
mailing list