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 1f94265b81
commit af46cd40a3

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