================ @@ -0,0 +1,4 @@ +// RUN: not %clang -target spirv %s 2>&1 | FileCheck %s +// CHECK: error: SPIR-V target requires a Vulkan environment ---------------- to268 wrote:
I think the diagnostic message should be changed to include the triple. Does the test pass on your machine? https://github.com/llvm/llvm-project/pull/190840 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
