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

Tony Guillot via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 17 08:55:32 PDT 2026


================
@@ -405,9 +398,7 @@ Bug Fixes in This Version
   to "lambda" instead of "block". (#GH188661)
 - Fixed a crash on _BitInt(N) arrays where 129 ≤ N ≤ 192 due to incorrect array filler lowering. (#GH189643)
 - Fixed the behavior in C23 of ``auto``, by emitting an error when an array type is specified for a ``char *``. (#GH162694)
-- Fixed incorrect rejection of ``auto`` with reordered declaration specifiers in C23. (#GH164121)
-- Fixed a crash where constexpr evaluation encountered invalid overrides. (#GH183290)
-- Fixed a crash when assigning to an element of an ``ext_vector_type`` with ``bool`` element type. (#GH189260)
+- Fixed an issue where an assert was thrown instead of an error if no vulkan env was specified with ``-target spirv``. (#GH189964)
----------------
to268 wrote:

I would probably change the wording to `-triple` instead since you are now using it instead.

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


More information about the cfe-commits mailing list