[clang] [Clang] diagnosing missing Vulkan environment when using SPIR-V triple (PR #190840)
via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 15 07:01:19 PDT 2026
================
@@ -15,6 +15,8 @@
#include "Targets.h"
#include "clang/Basic/AddressSpaces.h"
+#include "clang/Basic/Diagnostic.h"
+#include "clang/Basic/DiagnosticFrontend.h"
----------------
PrabbyDD wrote:
The compiler throws an error when I try to build if I dont have these two includes. I dont see a way around it currently.
https://github.com/llvm/llvm-project/pull/190840
More information about the cfe-commits
mailing list