diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2013-05-22 00:35:47 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2013-05-22 00:35:47 +0000 |
commit | 059d36026688bd684d4df7dbaa63093d515a3530 (patch) | |
tree | 7bf75139d9f9b9d126cd43f1401cb4633407f602 /docs | |
parent | 6c1301ba8c017e39123e41a3cb5fb6984c0b4766 (diff) | |
download | external_llvm-059d36026688bd684d4df7dbaa63093d515a3530.zip external_llvm-059d36026688bd684d4df7dbaa63093d515a3530.tar.gz external_llvm-059d36026688bd684d4df7dbaa63093d515a3530.tar.bz2 |
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.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ReleaseNotes_34.rst b/docs/ReleaseNotes_34.rst index 7decad0..ba23543 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 |