Skip to content

Commit 2c37b17

Browse files
AndarwinuxAlexisPerry
authored andcommitted
[Driver] Add winsysroot alias to the GNU driver (llvm#95320)
fixes llvm#91216
1 parent cf7a34d commit 2c37b17

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

86028604
// Ignored:
86038605

0 commit comments

Comments
 (0)