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

Re: [cfe-users] [llvm-dev] objc object file generated for gnustep runtime for ELF target is too big

2016-09-27 Thread David Chisnall via cfe-users
On 26 Sep 2016, at 14:33, Perevalov Alexey via llvm-dev wrote: > > Could somebody point me where to solve that problem, is it AST > generation stage, or linkage stage or maybe it's not a problem and just LTO > could be solution here? First, please don’t expect the sizes for different ru

Re: [cfe-users] [llvm-dev] objc object file generated for gnustep runtime for ELF target is too big

2016-09-28 Thread David Chisnall via cfe-users
On 27 Sep 2016, at 19:00, Perevalov Alexey wrote: > > in disassembler output and in final binary, but these protocol aren't used in > sample. Neither front end nor linker got rid of it. > You wrote definitions will be unique, but it didn't strip out unnecessary > .objc_protocol and depended fie