[clang] [libc][nfc] Steps to allow sharing code between gpu intrin.h headers (PR #131134)
Joseph Huber via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 13 05:56:11 PDT 2025
================
@@ -263,8 +256,4 @@ _DEFAULT_FN_ATTRS static __inline__ void __gpu_thread_suspend(void) {
_Pragma("omp end declare variant");
_Pragma("omp end declare target");
-#if !defined(__cplusplus)
-_Pragma("pop_macro(\"bool\")");
----------------
jhuber6 wrote:
Where did this go?
https://github.com/llvm/llvm-project/pull/131134
More information about the cfe-commits
mailing list