[clang] [Clang] diagnosing missing Vulkan environment when using SPIR-V triple (PR #190840)
Tony Guillot via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 15 07:11:02 PDT 2026
================
@@ -15,6 +15,8 @@
#include "Targets.h"
#include "clang/Basic/AddressSpaces.h"
+#include "clang/Basic/Diagnostic.h"
+#include "clang/Basic/DiagnosticFrontend.h"
----------------
to268 wrote:
That's fine, keep them then.
https://github.com/llvm/llvm-project/pull/190840
More information about the cfe-commits
mailing list