File tree 1 file changed +7
-0
lines changed
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,13 @@ Highlights of this release include:
43
43
requirements, which should fix issues relating to using vector types in
44
44
Objective-C objects.
45
45
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.
46
53
47
54
You may obtain the code for this release from git and use the 1.x branch:
48
55
You can’t perform that action at this time.
0 commit comments