Skip to content

Commit e235ffb

Browse files
committed
Add some more release notes.
1 parent 587cf3f commit e235ffb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

ANNOUNCE

+7
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,13 @@ Highlights of this release include:
4343
requirements, which should fix issues relating to using vector types in
4444
Objective-C objects.
4545

46+
- The option to build a separate libobjcxx has been removed. The runtime will
47+
now depend on the C++ standard library implementation if no useable C++
48+
runtime is available. Note that C++ exception interworking does not work
49+
because LLVM's libc++abi (shipped by Apple) does not provide GNU-compatible
50+
hooks and so Objective-C++ exception support will be automatically disabled
51+
on this platform. Any other platforms shipping libc++abi should consider
52+
either GNU libsupc++ or libcxxrt as an alternative.
4653

4754
You may obtain the code for this release from git and use the 1.x branch:
4855

0 commit comments

Comments
 (0)