[all-commits] [llvm/llvm-project] f1440b: Driver: introduce GNU spellings to control MSVC paths
Saleem Abdulrasool via All-commits
all-commits at lists.llvm.org
Tue Mar 7 08:42:02 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f1440bf6fd22ca0a5fc3594000e966201989fd48
https://github.com/llvm/llvm-project/commit/f1440bf6fd22ca0a5fc3594000e966201989fd48
Author: Saleem Abdulrasool <compnerd at compnerd.org>
Date: 2023-03-07 (Tue, 07 Mar 2023)
Changed paths:
M clang/include/clang/Driver/Options.td
Log Message:
-----------
Driver: introduce GNU spellings to control MSVC paths
Add a set of `-Xmicrosoft` flags to control the Windows SDK and VisualC
tools directories. This allows control over the selection of the SDK
and tools when using the GNU driver.
Differential Revision: https://reviews.llvm.org/D145007
Reviewed By: mstorjo
More information about the All-commits
mailing list