[PATCH] D47073: Document and Enforce new Host Compiler Policy

Mehdi AMINI via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 11 10:03:07 PST 2019


mehdi_amini added inline comments.


================
Comment at: docs/GettingStarted.rst:290
+deprecation. In order to assist developers to properly prepare their
+environments, a CMake warning will be emitted for any older than 1.5 years from
+the previous LLVM release's branch date.
----------------
jfb wrote:
> I think you want to update this text as in the comment you just updated.
I'm in strong agreement with Chandler here. I am not against the warning, that's probably harmless, I can even go with the "rough guideline of 3 years", even though I don't see much benefit to it since it won't affect the process much.

However I'd like to see language inserted here to mention what Chandler described (the three points) about the process for dropping any toolchain from our supported list. I would also add that the process should include an RFC thread on the LLVM-dev and CFE-dev mailing lists.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D47073/new/

https://reviews.llvm.org/D47073





More information about the llvm-commits mailing list