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

Artem Belevich via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 26 10:20:47 PDT 2025


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

@rnk Reid, would you happen to have an idea what's up with these builtins on Windows?

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


More information about the cfe-commits mailing list