zahen added a comment.
Once accepted, someone else will need to submit on my behalf.
================
Comment at: clang/lib/Driver/ToolChains/MSVC.cpp:74
+ if (Arg *A = Args.getLastArg(options::OPT__SLASH_vctoolsdir)) {
+ Path = A->getValue();
+ VSLayout = MSVCToolChain::ToolsetLayout::VS2017OrNewer;
----------------
Deliberately not validating the input. The primary motivation is to prevent
unnecessary file and registry access.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85998/new/
https://reviews.llvm.org/D85998
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits