summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Sanders <daniel_l_sanders@apple.com>2017-11-27 21:12:55 +0000
committerDaniel Sanders <daniel_l_sanders@apple.com>2017-11-27 21:12:55 +0000
commit6d9a2314a0f381d5d984eb3d4302b464363cdc17 (patch)
tree7b021925e139f57f3fbcb6a7f83fcda8a671b6e8 /docs
parent10796648d0ced05b646d22ac198c6f8cc6886872 (diff)
Add release note about TargetRegistry change from r318352
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@319093 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index 6e747873eca..4b6d7931e84 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -44,6 +44,11 @@ Non-comprehensive list of changes in this release
``llvm::sys::ExecuteNoWait`` was changed to an ``ArrayRef`` of optional
``StringRef``'s to make it safer and more convenient to use.
+* The backend name was added to the Target Registry to allow run-time
+ information to be fed back into TableGen. Out-of-tree targets will need to add
+ the name used in the `def X : Target` definition to the call to
+ `RegisterTarget`.
+
* Note..
.. NOTE