search for: l_objc_meth_var_type_0

Displaying 1 result from an estimated 1 matches for "l_objc_meth_var_type_0".

2008 Jun 06
0
[LLVMdev] translating Objective C to C
...cc -c main.c main.c:321: error: redefinition of ‘L_OBJC_METH_VAR_NAME_0’ main.c:319: error: previous definition of ‘L_OBJC_METH_VAR_NAME_0’ was here The generated code in main.c includes for example: static unsigned char L_OBJC_METH_VAR_NAME_0[9] = "sayHello"; static unsigned char L_OBJC_METH_VAR_TYPE_0[7] = "v8 at 0:4"; static unsigned char L_OBJC_METH_VAR_NAME_0[9] = "sayHello"; This was last week on a macbook, which I would expect is the ideal platform to try this. Has anyone tried to do the same? (I can provide the specific source, but I don't think it matters). T...