Re: [cfe-users] [cfe-dev] clang does not emit Ivar class name when compiling libobjc2 on Linux (Mac and gcc Linux are OK)

2016-09-15 Thread David Chisnall via cfe-users
As I said on the libobjc2 bug report, please file a clang bug and assign it to me. David > On 14 Sep 2016, at 20:53, Lobron, David via cfe-dev > wrote: > > Hello cfe-users, > > I'm working to get my the libobjc2 Objective-C runtime working on Linux with > clang-3.8.0. I'm running into a pr

[cfe-users] clang does not emit Ivar class name when compiling libobjc2 on Linux (Mac and gcc Linux are OK)

2016-09-15 Thread Lobron, David via cfe-users
Hello cfe-users, I'm working to get my the libobjc2 Objective-C runtime working on Linux with clang-3.8.0. I'm running into a problem with a library of mine that does class introspection. My ObjC code does type introspection by looping through the ivars of an object and calling ivar_getTypeEn