Remove exception handling support from the old JIT.
[oota-llvm.git] / docs / ReleaseNotes_34.rst
index 8b5624e143486000fcffcf0b3e963512692b54d5..7decad05c520f2ff5d3a85bd62d77876251c4496 100644 (file)
@@ -41,6 +41,9 @@ Non-comprehensive list of changes in this release
    functionality, or simply have a lot to talk about), see the `NOTE` below
    for adding a new subsection.
 
+* Support for exception handling has been removed from the old JIT. Use MCJIT
+  if you need EH support.
+
 * ... next change ...
 
 .. NOTE