[PATCH] D109828: [clang-cl] Add a /diasdkdir flag and make /winsysroot imply it
Hans Wennborg via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 15 11:04:18 PDT 2021
hans added a comment.
The /winsysroot part makes sense to me, but what's the case for the new /diasdkdir flag?
================
Comment at: clang/lib/Driver/ToolChains/MSVC.cpp:66
+static const char *llvmArchToLegacyVCArch(llvm::Triple::ArchType Arch);
+
----------------
Maybe move the arch functions up to before visualstudio::Linker::ConstructJob instead?
The file is already kind of organized in that way, with lots of static helper functions on top, and then the implementations of the member functions.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109828/new/
https://reviews.llvm.org/D109828
More information about the cfe-commits
mailing list