[clang] [Clang] diagnosing missing Vulkan environment when using SPIR-V triple (PR #190840)

Tony Guillot via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 13 08:05:38 PDT 2026


================
@@ -374,7 +374,7 @@ Bug Fixes in This Version
 -------------------------
 
 - Fixed atomic boolean compound assignment; the conversion back to atomic bool would be miscompiled. (#GH33210)
-
+- Fixed an issue where an assert was thrown instead of an error if no vulkan env was specified with -target spirv (#GH#189964) 
----------------
to268 wrote:

Remove the 2nd `#`, should be (#GH189964) like the other ones.

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


More information about the cfe-commits mailing list