summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-05-22 00:35:47 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-05-22 00:35:47 +0000
commit059d36026688bd684d4df7dbaa63093d515a3530 (patch)
tree7bf75139d9f9b9d126cd43f1401cb4633407f602 /docs
parent6c1301ba8c017e39123e41a3cb5fb6984c0b4766 (diff)
downloadllvm-059d36026688bd684d4df7dbaa63093d515a3530.tar.gz
llvm-059d36026688bd684d4df7dbaa63093d515a3530.tar.bz2
llvm-059d36026688bd684d4df7dbaa63093d515a3530.tar.xz
Make R600 non-experimental.
The r600 backend has been in tree for some time now. Marking it as non-experimental to avoid accidental breakage. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182442 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes_34.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ReleaseNotes_34.rst b/docs/ReleaseNotes_34.rst
index 7decad05c5..ba235438ea 100644
--- a/docs/ReleaseNotes_34.rst
+++ b/docs/ReleaseNotes_34.rst
@@ -44,6 +44,8 @@ Non-comprehensive list of changes in this release
* Support for exception handling has been removed from the old JIT. Use MCJIT
if you need EH support.
+* The R600 backend is not marked experimental anymore and is built by default.
+
* ... next change ...
.. NOTE