================ @@ -0,0 +1,26 @@ +// RUN: mkdir -p %t.dir +// RUN: env PATH="" %clang_dxc -spirv -I test -Tlib_6_3 -Fo %t.dir/a.spv -### %s 2>&1 | FileCheck %s + +// Make sure report warning, and only once. +// CHECK:spirv-val not found ---------------- inbelic wrote:
nit: may as well include the full errror message https://github.com/llvm/llvm-project/pull/188150 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
