[LLVMdev] Consumer ARM platform suitable for LLVM development?

Misha Brukman brukman at gmail.com
Wed Mar 18 08:57:45 PDT 2009


2009/3/17 Dale Johannesen <dalej at apple.com>

> On Mar 17, 2009, at 1:52 PMPDT, Misha Brukman wrote:
>
> 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
>
> Looks fine to me.
>

Thanks, submitted.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090318/6191eb55/attachment.html>


More information about the llvm-dev mailing list