[clang] [lldb] [Clang][SPIRV] Add __spirv_event_t builtin type (PR #207077)

via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 17 09:38:40 PDT 2026


================
@@ -0,0 +1,36 @@
+// REQUIRES: spirv-registered-target
+// RUN: %clang_cc1 -fsyntax-only -verify -std=gnu++11 -triple spirv64 -Wno-unused-value %s
----------------
elizabethandrews wrote:

Thank you for catching the unnecessary flags. I used Claude to generate tests and did not pay close enough attention to the RUN lines. 

I have added a C test. Please let me know if you would like additional tests. 

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


More information about the cfe-commits mailing list