[PATCH] D95876: [clang-cl] Remove the /fallback option
Nico Weber via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 2 13:01:58 PST 2021
thakis added a comment.
Probably get a short release notes entry too.
================
Comment at: clang/lib/Driver/ToolChains/MSVC.cpp:669
const InputInfoList &Inputs, const ArgList &Args,
const char *LinkingOutput) const {
ArgStringList CmdArgs;
----------------
Doesn't this whole function exist only for /fallback? In what other cases do we need to invoke cl.exe?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95876/new/
https://reviews.llvm.org/D95876
More information about the cfe-commits
mailing list