From e235ffbff12990945bc71f84290225fd18d8d736 Mon Sep 17 00:00:00 2001 From: David Chisnall Date: Tue, 26 Dec 2017 19:14:11 +0000 Subject: [PATCH] Add some more release notes. --- ANNOUNCE | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ANNOUNCE b/ANNOUNCE index 6dfdef2..1c52300 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -43,6 +43,13 @@ Highlights of this release include: requirements, which should fix issues relating to using vector types in Objective-C objects. +- The option to build a separate libobjcxx has been removed. The runtime will + now depend on the C++ standard library implementation if no useable C++ + runtime is available. Note that C++ exception interworking does not work + because LLVM's libc++abi (shipped by Apple) does not provide GNU-compatible + hooks and so Objective-C++ exception support will be automatically disabled + on this platform. Any other platforms shipping libc++abi should consider + either GNU libsupc++ or libcxxrt as an alternative. You may obtain the code for this release from git and use the 1.x branch: