[PATCH] D118070: Add /winsysroot support to lld
Peter Kasting via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 26 07:40:21 PST 2022
pkasting updated this revision to Diff 403265.
pkasting added a comment.
Herald added subscribers: cfe-commits, dexonsmith, mstorsjo.
Herald added a project: clang.
Adds autodetection and full support for other clang-cl switches, but doesn't work: config->machine is not set this early, so it's always UNKNOWN.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118070/new/
https://reviews.llvm.org/D118070
Files:
clang/docs/tools/clang-formatted-files.txt
clang/lib/Driver/ToolChains/MSVC.cpp
clang/lib/Driver/ToolChains/MSVCSetupApi.h
lld/COFF/Driver.cpp
lld/COFF/Driver.h
lld/COFF/Options.td
llvm/include/llvm/Support/MSVCSetupApi.h
utils/bazel/llvm-project-overlay/clang/BUILD.bazel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118070.403265.patch
Type: text/x-patch
Size: 39974 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220126/5776411c/attachment.bin>
More information about the llvm-commits
mailing list