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

James Y Knight via libcxx-commits libcxx-commits at lists.llvm.org
Wed Nov 29 12:00:50 PST 2023


jyknight wrote:

Should the fix be done by adding a `clang/lib/Headers/cuda_wrappers/__config` wrapper instead, so that all the CUDA `__noinclude__` hacks are kept in one place?

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


More information about the libcxx-commits mailing list