We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b85b876 commit deb02ebCopy full SHA for deb02eb
clang/include/clang/Basic/LangOptions.h
@@ -549,9 +549,7 @@ class LangOptions : public LangOptionsBase {
549
bool CheckNew = false;
550
551
/// The HLSL root signature version for dxil.
552
- /// This is kept at 1.1 to make it backwards compatible with DXC.
553
- llvm::dxbc::RootSignatureVersion HLSLRootSigVer =
554
- llvm::dxbc::RootSignatureVersion::V1_1;
+ llvm::dxbc::RootSignatureVersion HLSLRootSigVer;
555
556
/// The HLSL root signature that will be used to overide the root signature
557
/// used for the shader entry point.
0 commit comments