search for: cgobjcgnu

Displaying 2 results from an estimated 2 matches for "cgobjcgnu".

2016 Sep 26
4
objc object file generated for gnustep runtime for ELF target is too big
...Looks like all protocols from UIKit.h is placed into binary/object even it's not used there. I got 3.9.0 from public git (branch release_39 of clang git repository) and found that all protocols interpret as definition (isThisDeclarationADefinition), and in CGObjCGNU.cpp it's placed into object file whenever it's used or not. With the same open source compiler and -fobjc-runtime=ios protocols are not putting into object file even in compilation for ELF (I used -target arm-linux-gnueabi). I used default binutil linker, not llvm's ld...
2013 Jan 08
1
[LLVMdev] Examples of creating Obj-C objects?
Hi. Does anyone have examples of LLVM assembler to create Objective-C objects and send messages? I'm talking about having an Engine hosted within my Objective-C app, and having LLVM bitcode call back into the app. Thanks! -- Rick