================
@@ -0,0 +1,23 @@
+// RUN: %clang_cc1 -finclude-default-header -triple \
+// RUN:   dxil-pc-shadermodel6.3-library %s \
+// RUN:   -emit-llvm -O1 -verify
----------------
mikaelholmen wrote:

Looks like this testcase will write to the current directory. This may 
potentially be write protected and should be avoided.
Can we just skip "-emit-llvm"?
See e.g. a similar fix in b7730a23efb2.

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

Reply via email to