Displaying 4 results from an estimated 4 matches for "flag_objc_abi".
2009 May 08
3
[LLVMdev] RFA: flag_objc_abi on Non-Darwin Platforms?
Is the flag_objc_abi variable available on non-Darwin platforms in
llvm-gcc? I want to use it in llvm-backend.cpp to conditionalize a
test. But I don't want to break Linux, Ada, Fortran, etc.
-bw
2009 May 08
0
[LLVMdev] RFA: flag_objc_abi on Non-Darwin Platforms?
On May 8, 2009, at 1:09 PM, Bill Wendling wrote:
> Is the flag_objc_abi variable available on non-Darwin platforms in
> llvm-gcc? I want to use it in llvm-backend.cpp to conditionalize a
> test. But I don't want to break Linux, Ada, Fortran, etc.
If not, you can define it in objc-stubs.c
-Chris
2007 Sep 22
0
[LLVMdev] RFC: Patch
On Sep 21, 2007, at 5:11 PM, Bill Wendling wrote:
>
> My question is, is this liable to break something else down the line?
> Should it be modified to call the getNamedGlobal method only if it's
> an Objective-C property? Is this even the correct method for an
> Objective-C property?
There is a bigger question here. One invariant that is useful is
that there is only a
2007 Sep 22
4
[LLVMdev] RFC: Patch
Hi all,
I have a patch that would potentially help Objective-C 2. In the
"make_decl_llvm()" in llvm-backend.cpp, there is code to search
through the already generated global variables. Objective-C goes
through this code twice with the same identifier. The first time, is
to create meta-data for a "property". The second time is to add a
reference to that property into the