[clang] [llvm] [OpenMP][clang] Register Vtables on device for indirect calls (PR #159856)
Alexey Bataev via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 1 13:22:43 PDT 2025
================
@@ -0,0 +1,280 @@
+///==========================================================================///
+// RUN: %clang_cc1 -DCK1 -verify -fopenmp -Wno-openmp-mapping -x c++ -triple x86_64-unknown-unknown -fopenmp-targets=nvptx64-nvidia-cuda -fopenmp-cuda-mode -emit-llvm-bc %s -o %t-ppc-host.bc -fopenmp-version=52
----------------
alexey-bataev wrote:
Better to have a set of small tests in a separate files, musch easier to review
https://github.com/llvm/llvm-project/pull/159856
More information about the cfe-commits
mailing list