[clang] [Clang][ARM] Only try to redefine builtins for non-CUDA (PR #128222)

Nick Sarnie via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 28 07:17:19 PST 2025


================
@@ -27,6 +27,8 @@
 extern "C" {
 #endif
 
+#if !defined(__CUDA_ARCH__)
+
----------------
sarnex wrote:

@compnerd @Bigcheese Do you mind taking a look at Artem's questions above? Thx

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


More information about the cfe-commits mailing list