[clang] 17e51d5 - [Driver] Add winsysroot alias to the GNU driver (#95320)
via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 24 04:09:42 PDT 2024
Author: Andarwinux
Date: 2024-06-24T13:09:39+02:00
New Revision: 17e51d5fc79fc1c9a2a33c13eb02cfbd70c9a221
URL: https://github.com/llvm/llvm-project/commit/17e51d5fc79fc1c9a2a33c13eb02cfbd70c9a221
DIFF: https://github.com/llvm/llvm-project/commit/17e51d5fc79fc1c9a2a33c13eb02cfbd70c9a221.diff
LOG: [Driver] Add winsysroot alias to the GNU driver (#95320)
fixes #91216
Added:
Modified:
clang/include/clang/Driver/Options.td
Removed:
################################################################################
diff --git a/clang/include/clang/Driver/Options.td b/clang/include/clang/Driver/Options.td
index 8f915eacdaf6b..c529cc9506667 100644
--- a/clang/include/clang/Driver/Options.td
+++ b/clang/include/clang/Driver/Options.td
@@ -8597,6 +8597,8 @@ def : Separate<["-"], "Xmicrosoft-windows-sdk-root">,
Alias<_SLASH_winsdkdir>;
def : Separate<["-"], "Xmicrosoft-windows-sdk-version">,
Alias<_SLASH_winsdkversion>;
+def : Separate<["-"], "Xmicrosoft-windows-sys-root">,
+ Alias<_SLASH_winsysroot>;
// Ignored:
More information about the cfe-commits
mailing list