[PATCH] D95876: [clang-cl] Remove the /fallback option
Hans Wennborg via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 3 06:07:13 PST 2021
hans added a comment.
Please take another look.
================
Comment at: clang/lib/Driver/ToolChains/MSVC.cpp:669
const InputInfoList &Inputs, const ArgList &Args,
const char *LinkingOutput) const {
ArgStringList CmdArgs;
----------------
thakis wrote:
> Doesn't this whole function exist only for /fallback? In what other cases do we need to invoke cl.exe?
D'oh, not sure how I missed this.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95876/new/
https://reviews.llvm.org/D95876
More information about the cfe-commits
mailing list