Add release note about TargetRegistry change from r318352

llvm-svn: 319093
This commit is contained in:
Daniel Sanders 2017-11-27 21:12:55 +00:00
parent dcb6067d9f
commit 7c3a89231c
1 changed files with 5 additions and 0 deletions

View File

@ -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