================ @@ -1,8 +1,8 @@ -// RUN: not %clang_cc1 -x hlsl -finclude-default-header -triple spirv-unknown-vulkan-compute %s \ -// RUN: -fclangir -emit-cir -disable-llvm-passes 2>&1 | FileCheck %s +// RUN: %clang_cc1 -x hlsl -finclude-default-header -triple spirv-unknown-vulkan-compute %s \ +// RUN: -fclangir -emit-cir -disable-llvm-passes -verify ---------------- farzonl wrote:
The test failures in CI seem to be inline with what I was seeing when I tried to use -verify. something about one of the errors coming from (clang frontend) makes it so we can't capute it in expected-error https://github.com/llvm/llvm-project/pull/182817 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
