Skip to content

Commit 03b9fa3

Browse files
committed
self-review: remove overlapping visibility
1 parent 26478de commit 03b9fa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/Driver/Options.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9300,7 +9300,7 @@ def hlsl_rootsig_ver :
93009300
def dxc_rootsig_ver :
93019301
Option<["-"], "force-rootsig-ver", KIND_SEPARATE>,
93029302
Group<dxc_Group>,
9303-
Visibility<[ClangOption, CC1Option, DXCOption]>,
9303+
Visibility<[DXCOption]>,
93049304
HelpText<"Root Signature Version">,
93059305
Values<"rootsig_1_0,rootsig_1_1">,
93069306
NormalizedValuesScope<"llvm::dxbc::RootSignatureVersion">,

0 commit comments

Comments
 (0)