[clang] [llvm] [Clang][OpenMP] Support for dispatch construct (Sema & Codegen) support (PR #117904)
Julian Brown via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 12 05:51:27 PST 2025
jtb20 wrote:
The failures with this patch and not mine are just:
PASS->FAIL: tests/5.1/dispatch/test_dispatch_is_device_ptr.c run
PASS->FAIL: tests/5.1/dispatch/test_dispatch_nowait.c run
that's actually probably neither here nor there, the clauses in question aren't implemented in my patch yet so the tests are likely succeeding "by accident".
https://github.com/llvm/llvm-project/pull/117904
More information about the llvm-commits
mailing list