[clang] [HLSL] Implement the 'and' HLSL function (PR #127098)
Mikael Holmén via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 19 21:49:38 PST 2025
================
@@ -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
More information about the cfe-commits
mailing list