Skip to content

Commit f710208

Browse files
committed
[Driver] Add winsysroot alias to the GNU driver
fixes #91216
1 parent 8f6acd9 commit f710208

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

clang/include/clang/Driver/Options.td

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8569,6 +8569,8 @@ def : Separate<["-"], "Xmicrosoft-windows-sdk-root">,
85698569
Alias<_SLASH_winsdkdir>;
85708570
def : Separate<["-"], "Xmicrosoft-windows-sdk-version">,
85718571
Alias<_SLASH_winsdkversion>;
8572+
def : Separate<["-"], "Xmicrosoft-windows-sys-root">,
8573+
Alias<_SLASH_winsysroot>;
85728574

85738575
// Ignored:
85748576

0 commit comments

Comments
 (0)