[clang] [llvm] [HLSL] Add handle initialization for simple resource declarations (PR #111207)

Justin Bogner via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 15 07:59:06 PDT 2024


================
@@ -1,19 +1,21 @@
-// RUN: %clang_cc1 -triple dxil-pc-shadermodel6.3-library -x hlsl -emit-llvm -disable-llvm-passes -o - %s | FileCheck %s
-// RUN: %clang_cc1 -triple spirv-vulkan-library -x hlsl -emit-llvm -disable-llvm-passes -o - %s | FileCheck %s --check-prefix=CHECK-SPIRV
+// RUN: %clang_cc1 -triple dxil-pc-shadermodel6.3-library -x hlsl -emit-llvm -disable-llvm-passes -o - %s | FileCheck %s --check-prefixes=CHECK,CHECK-DXIL
+// RUN-DISABLED: %clang_cc1 -triple spirv-vulkan-library -x hlsl -emit-llvm -disable-llvm-passes -o - %s | FileCheck %s --check-prefixes=CHECK,CHECK-SPIRV
----------------
bogner wrote:

It's easy to overlook `RUN-DISABLED` in these things - please put a `TODO:` or `FIXME:` comment on the preceding line.

https://github.com/llvm/llvm-project/pull/111207


More information about the cfe-commits mailing list