================ @@ -0,0 +1,35 @@ +// RUN: %clang_cc1 -triple dxil-pc-shadermodel6.0-library -x hlsl -emit-llvm -disable-llvm-passes -finclude-default-header -verify %s ---------------- mikaelholmen wrote:
Hi @s-perron This currently writes the clang cc1 output (which we ignore) to the local directory (which may be write protected). Can we change "-emit-llvm" to "-emit-llvm-only" if we don't care about the actual output? https://github.com/llvm/llvm-project/pull/186143 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
