summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenato Golin <renato.golin@linaro.org>2017-03-06 22:56:55 +0000
committerRenato Golin <renato.golin@linaro.org>2017-03-06 22:56:55 +0000
commit0075f7d9e182077d394869866359f44a4ef5fbe0 (patch)
treef0c9c6cd0a4617e97799a403cd87f5a2f59beb1f
parent90a40679330e467b9836248b8619c33f261c9323 (diff)
downloadllvm-0075f7d9e182077d394869866359f44a4ef5fbe0.tar.gz
[notes] adding vulcan rename to release notes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_40@297090 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/ReleaseNotes.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index 448b6976fc18..700d00bb697b 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -225,6 +225,10 @@ Changes to the ARM Targets
A lot of work has also been done in LLD for ARM, which now supports more
relocations and TLS.
+Note: From the next release (5.0), the "vulcan" target will be renamed to
+"thunderx2t99", including command line options, assembly directives, etc. This
+release (4.0) will be the last one to accept "vulcan" as its name.
+
Changes to the AVR Target
-----------------------------