[libcxx-commits] [libcxx] [libc++] Protect the libc++ implementation from CUDA SDK's `__noinline__` macro (PR #73838)

Mark de Wever via libcxx-commits libcxx-commits at lists.llvm.org
Wed Nov 29 10:44:14 PST 2023


mordante wrote:

I assume this change means we need to push and pop our macros where we use `__noinline__` via our macro. Or am I mistaken? This patch doesn't seem to do that. Before approving I would like to know what the status of fixing this in the CUDA SDK is.

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


More information about the libcxx-commits mailing list