Skip to content

Commit b85b876

Browse files
committed
fix version
1 parent 900c796 commit b85b876

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clang/include/clang/Basic/LangOptions.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,8 +549,9 @@ class LangOptions : public LangOptionsBase {
549549
bool CheckNew = false;
550550

551551
/// The HLSL root signature version for dxil.
552+
/// This is kept at 1.1 to make it backwards compatible with DXC.
552553
llvm::dxbc::RootSignatureVersion HLSLRootSigVer =
553-
llvm::dxbc::RootSignatureVersion::V1_2;
554+
llvm::dxbc::RootSignatureVersion::V1_1;
554555

555556
/// The HLSL root signature that will be used to overide the root signature
556557
/// used for the shader entry point.

0 commit comments

Comments
 (0)