[clang] [Clang][ARM] Only try to redefine builtins for non-CUDA (PR #128222)
Nick Sarnie via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 26 08:02:58 PDT 2025
================
@@ -27,6 +27,8 @@
extern "C" {
#endif
+#if !defined(__CUDA_ARCH__)
+
----------------
sarnex wrote:
@Artem-B Any recommendations on moving forward since we seem to be having trouble getting the historical info on the change?
https://github.com/llvm/llvm-project/pull/128222
More information about the cfe-commits
mailing list