Created attachment 1556
Test patch
I cannot test the code in OSX, but I found some trivial bugs in src/objc.d.
@Jacob can you test my patch in your local?
Comment #2 by doob — 2015-10-09T14:21:41Z
(In reply to Kenji Hara from comment #1)
> @Jacob can you test my patch in your local?
Yes, I'll give it a try.
Comment #3 by doob — 2015-10-09T19:58:54Z
It fixes the problem but causes an other regression, it fails to call Objective-C methods. There seems to be some other problem with the Objective-C support as well. It doesn't output the Objective-C special symbols in the object file.
Is it possible to do a linking test? A test that passes if it fails to link and the output contains these special symbols.
Comment #4 by doob — 2015-10-09T20:13:43Z
(In reply to Jacob Carlborg from comment #3)
> There seems to be some other problem with the
> Objective-C support as well. It doesn't output the Objective-C special
> symbols in the object file.
>
> Is it possible to do a linking test? A test that passes if it fails to link
> and the output contains these special symbols.
Never mind. It looks like it was never implemented.