[clang] [HLSL] Implement Texture2D::mips[][] (PR #186143)
Mikael Holmen via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 30 22:22:41 PDT 2026
================
@@ -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
More information about the cfe-commits
mailing list