We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7efe019 commit 99299aeCopy full SHA for 99299ae
docs/ReleaseNotes.rst
@@ -235,6 +235,14 @@ C++1z Feature Support
235
Objective-C Language Changes in Clang
236
-------------------------------------
237
238
+Clang now supports the GNUstep Objective-C ABI v2 on ELF platforms. This is
239
+enabled with the `-fobjc-runtime=gnustep-2.0` flag. The new ABI is incompatible
240
+with the older GNUstep ABIs, which were incremental changes on the old GCC ABI.
241
+The new ABI provides richer reflection metadata and allows the linker to remove
242
+duplicate selector and protocol definitions, giving smaller binaries. Windows
243
+support for the new ABI is underway, but was not completed in time for the LLVM
244
+7.0 release.
245
+
246
...
247
248
OpenCL C/C++ Language Changes in Clang
0 commit comments