|
From: | Hugo Melder |
Subject: | Re: Clang/LLVM migration roadmap |
Date: | Sun, 6 Feb 2022 12:05:08 +0100 |
Hi Max,
Another issue is the implementation of the Swift block runtime that conflicts with the libobjc2 block runtime. This is easily fixed by not exporting the headers. Here are some issues that mention the private APIs: Block.h of libobjc2 conflicts with Block.h from libdispatch (and Swift) #199 Add objc_alloc and objc_allocWithZone #169 objc_direct methods #165 objc_constructInstance and objc_destructInstance are unimplemented #121 Method signature differences vs. Apple runtime #122 |
[Prev in Thread] | Current Thread | [Next in Thread] |