[clang] [clang][HLSL] Update DXIL/SPIRV hybird CodeGen tests to use temp var (PR #105930)

Amr Hesham via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 27 11:51:28 PDT 2024


================
@@ -1,12 +1,12 @@
-// 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=DXCHECK
+
+// RUN: %clang_cc1 -triple spirv-vulkan-library -x hlsl -emit-llvm -disable-llvm-passes -o - %s | FileCheck %s --check-prefixes=SPVCHECK
----------------
AmrDeveloper wrote:

Yes it broken now when i include CHECK in the prefixes, so i will keep it as it is maybe for other pr

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


More information about the cfe-commits mailing list