[clang] [Clang] [CUDA] Provide device-side definitions of `__cxa_[pure|deleted]_virtual()` (PR #217427)

Yaxun Liu via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 1 13:49:46 PDT 2026


================
@@ -311,6 +311,7 @@ set(gpu_files
   __clang_gpu_device_functions.h
   __clang_gpu_intrinsics.h
   __clang_gpu_runtime_wrapper.h
+  __clang_gpu_device_virtual_trap.h
----------------
yxsamliu wrote:

Please also add this new header to `llvm/utils/gn/secondary/clang/lib/Headers/BUILD.gn`. Otherwise, GN builds will not install it.

https://github.com/llvm/llvm-project/pull/217427


More information about the cfe-commits mailing list