[PATCH] D64458: add -fthinlto-index= option to clang-cl
Bob Haarman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 10 13:52:39 PDT 2019
inglorion added a comment.
> Do we really need to support clang-cl syntax here? Can't the user of -fthinlto-index= use the regular clang driver?
We could, of course, require using the clang driver for this feature. But I would argue that clang-cl exists to make it easy for projects that use MSVC-style command lines to switch to Clang and get access to the benefits it provides, including features for which there is no equivalent MSVC flag. So I think this is reasonable to add.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64458/new/
https://reviews.llvm.org/D64458
More information about the cfe-commits
mailing list