Hello clang experts,
I am working to get an existing codeline built and running with LLVM clang,
version 3.7. My current target program is written in Objective-C, and I'm
using libobjc2 version 1.8.1 (the shared library it produces is
libobjc.so.4.6). I'm also using tcmalloc, version gperftoo
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