[clang] [Clang][AMDGPU] Accept builtins in lambda declarations (PR #135027)

Artem Belevich via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 9 10:43:27 PDT 2025


================
@@ -0,0 +1,24 @@
+// REQUIRES: amdgpu-registered-target
----------------
Artem-B wrote:

I've just checked using experimental target `csky-unknown-elf ` that's not enabled by default, and clang indeed errors out if we attempt to generate code, but works OK with `-fsyntax-only`. 

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


More information about the cfe-commits mailing list