[cfe-users] Segmentation fault on startup from Objective-C program

2016-05-12 Thread Lobron, David via cfe-users
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

[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