[clang] [CUDA] Rename SM_32 to _SM_32 to work around AIX headers (PR #88779)

2024-04-15 Thread Joseph Huber via cfe-commits
https://github.com/jhuber6 updated https://github.com/llvm/llvm-project/pull/88779 >From 78662e53fd1309d1e75eb144a2759c580800fd0d Mon Sep 17 00:00:00 2001 From: Joseph Huber Date: Mon, 15 Apr 2024 14:12:15 -0500 Subject: [PATCH] [CUDA] Rename SM_32 to _SM_32 to work around AIX headers

[clang] [CUDA] Rename SM_32 to _SM_32 to work around AIX headers (PR #88779)

2024-04-15 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang-codegen Author: Joseph Huber (jhuber6) Changes Summary: AIX headers define this, so we need to work around it. In the future this will be removed but for now we should just rename it to avoid these issues. --- Full diff:

[clang] [CUDA] Rename SM_32 to _SM_32 to work around AIX headers (PR #88779)

2024-04-15 Thread Joseph Huber via cfe-commits
https://github.com/jhuber6 created https://github.com/llvm/llvm-project/pull/88779 Summary: AIX headers define this, so we need to work around it. In the future this will be removed but for now we should just rename it to avoid these issues. >From 0020d59172d819cbe95820f00ffdeb0712f5f2b8 Mon