Skip to content

Commit f7f12f9

Browse files
committed
[Driver] Add winsysroot alias to the GNU driver
fixes #91216
1 parent 9a1611f commit f7f12f9

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
@@ -8575,6 +8575,8 @@ def : Separate<["-"], "Xmicrosoft-windows-sdk-root">,
85758575
Alias<_SLASH_winsdkdir>;
85768576
def : Separate<["-"], "Xmicrosoft-windows-sdk-version">,
85778577
Alias<_SLASH_winsdkversion>;
8578+
def : Separate<["-"], "Xmicrosoft-windows-sys-root">,
8579+
Alias<_SLASH_winsysroot>;
85788580

85798581
// Ignored:
85808582

0 commit comments

Comments
 (0)