================
@@ -0,0 +1,7 @@
+// RUN: %if clang-dxc %{not %clang_dxc -T lib_6_3 %s 2>&1 | FileCheck %s %}
----------------
bogner wrote:

I don't think there's a `clang-dxc` feature, so I suspect this just never runs 
at all. This will fail if the DirectX backend isn't available, so I don't think 
gating on clang-dxc would be correct anyway.

I think you actually want `REQUIRES: directx-registered-target` in this test, 
and to drop the `%if` stuff.

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

Reply via email to