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

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jan 16 11:41:33 PST 2024


philnik777 wrote:

The last solution actually sounds really nice to me. It's basically "if you do UB by defining `__noinline__` we're claiming `noinline` for ourselves".

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


More information about the libcxx-commits mailing list