[PATCH] D96016: Release notes: Deprecate the clang-cl /fallback flag (patch for the release/12.x branch)
Hans Wennborg via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 4 04:31:15 PST 2021
hans created this revision.
hans added a reviewer: tstellar.
hans requested review of this revision.
Herald added a project: clang.
As discussed in https://lists.llvm.org/pipermail/cfe-dev/2021-January/067524.html
The flag has been removed on the main branch in D95876 <https://reviews.llvm.org/D95876>
Tom: okay if I push this to the release branch?
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D96016
Files:
clang/docs/ReleaseNotes.rst
Index: clang/docs/ReleaseNotes.rst
===================================================================
--- clang/docs/ReleaseNotes.rst
+++ clang/docs/ReleaseNotes.rst
@@ -109,6 +109,10 @@
The following options are deprecated and ignored. They will be removed in
future versions of Clang.
+- The clang-cl ``/fallback`` flag, which made clang-cl invoke Microsoft Visual
+ C++ on files it couldn't compile itself, has been deprecated. It will be
+ removed in Clang 13.
+
- ...
Modified Compiler Flags
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D96016.321383.patch
Type: text/x-patch
Size: 508 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210204/2568e935/attachment.bin>
More information about the cfe-commits
mailing list