Skip to content

Commit 17e51d5

Browse files
authored
[Driver] Add winsysroot alias to the GNU driver (#95320)
fixes #91216
1 parent cc4ec6d commit 17e51d5

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)