================
@@ -1,5 +1,5 @@
 
-// RUN: %clang_cc1 -finclude-default-header -triple 
dxil-pc-shadermodel6.6-library %s -fnative-half-type -emit-llvm 
-disable-llvm-passes -verify -verify-ignore-unexpected
+// RUN: %clang_cc1 -finclude-default-header -triple 
dxil-pc-shadermodel6.6-library %s -fnative-half-type -emit-llvm 
-disable-llvm-passes -verify -verify-ignore-unexpected -o /dev/null
----------------
llvm-beanz wrote:

Unless I'm mistaken the clang `-verify` option should prevent writing outputs 
since it is just running the verifier.

That said, this test shouldn't be passing `-emit-llvm -disable-llvm-passes` 
because we aren't actually checking the IR.

https://github.com/llvm/llvm-project/pull/89242
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to