[LLVMdev] Consumer ARM platform suitable for LLVM development?

Sandeep Patel deeppatel1987 at gmail.com
Tue Mar 17 14:28:02 PDT 2009


That's what I originally had, but then backed it down to the version I
forwarded. Not sure why that worked for me and not you.

deep

2009/3/17 Misha Brukman <brukman at gmail.com>:
> On Tue, Mar 17, 2009 at 4:17 PM, Sandeep Patel <deeppatel1987 at gmail.com>
> wrote:
>>
>> What change did you need?
>
> Even with your change, it was still complaining about not having a
> definition of MACHO_DYNAMIC_NO_PIC_P somewhere, so I took the easy way out
> with inserting this in arm.h:
>
>  /* Overridden by arm/darwin.h, whether it is included first or not. */
>  #ifndef TARGET_MACHO
>  #define TARGET_MACHO 0
> +#define MACHO_DYNAMIC_NO_PIC_P 0
>  #endif
>
> Anyone have any objections to this?
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
>




More information about the llvm-dev mailing list