Skip to content

Commit 1d638f4

Browse files
committed
[Driver] Add winsysroot alias to the GNU driver
fixes #91216
1 parent a9ac319 commit 1d638f4

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
@@ -8597,6 +8597,8 @@ def : Separate<["-"], "Xmicrosoft-windows-sdk-root">,
85978597
Alias<_SLASH_winsdkdir>;
85988598
def : Separate<["-"], "Xmicrosoft-windows-sdk-version">,
85998599
Alias<_SLASH_winsdkversion>;
8600+
def : Separate<["-"], "Xmicrosoft-windows-sys-root">,
8601+
Alias<_SLASH_winsysroot>;
86008602

86018603
// Ignored:
86028604

0 commit comments

Comments
 (0)