diff --git a/clang/test/SemaHLSL/Semantics/semantic.explicit-mix-location-2.hlsl b/clang/test/SemaHLSL/Semantics/semantic.explicit-mix-location-2.hlsl index 3de85863883ad..7b494f5a9cbe6 100644 --- a/clang/test/SemaHLSL/Semantics/semantic.explicit-mix-location-2.hlsl +++ b/clang/test/SemaHLSL/Semantics/semantic.explicit-mix-location-2.hlsl @@ -1,4 +1,4 @@ -// RUN: %clang --driver-mode=dxc %s -T ps_6_8 -E main1 -O3 -spirv -Xclang -verify -Xclang -verify-ignore-unexpected=note +// RUN: %clang_cc1 -finclude-default-header -triple spirv-pc-vulkan1.3-pixel %s -emit-llvm-only -disable-llvm-passes -verify -verify-ignore-unexpected=note // The following code is not legal: both semantics A and B will be lowered // into a Location decoration. And mixing implicit and explicit Location diff --git a/clang/test/SemaHLSL/Semantics/semantic.explicit-mix-location.hlsl b/clang/test/SemaHLSL/Semantics/semantic.explicit-mix-location.hlsl index 8f5b6e48b48e9..74f110c286cae 100644 --- a/clang/test/SemaHLSL/Semantics/semantic.explicit-mix-location.hlsl +++ b/clang/test/SemaHLSL/Semantics/semantic.explicit-mix-location.hlsl @@ -1,4 +1,4 @@ -// RUN: %clang --driver-mode=dxc %s -T ps_6_8 -E main1 -O3 -spirv -Xclang -verify -Xclang -verify-ignore-unexpected=note +// RUN: %clang_cc1 -finclude-default-header -triple spirv-pc-vulkan1.3-pixel %s -emit-llvm-only -disable-llvm-passes -verify -verify-ignore-unexpected=note // The following code is not legal: both semantics A and B will be lowered // into a Location decoration. And mixing implicit and explicit Location