[llvm-commits] [PATCH] Add support for Bitrig, an OpenBSD fork.

Marco Peereboom marco at peereboom.us
Mon Aug 6 09:43:08 PDT 2012


On 08/06/12 11:20, David Hill wrote:
>
> On Sat, Aug 04, 2012 at 09:22:40AM -0400, David Hill wrote:
>> On Wed, Aug 01, 2012 at 05:05:22PM -0700, Eli Friedman wrote:
>>> On Wed, Aug 1, 2012 at 7:30 AM, David Hill <dhill at mindcry.org> wrote:
>>>> Hello,
>>>>
>>>> The attached patch allows LLVM to recognize Bitrig, an OpenBSD fork.
>>>> Clang bits to come after this has been accepted.
>>>>
>>>> Please review.
>>>
>>> I can't really review the autoconf changes.
>>>
>>> +  // OpenBSD and Bitrig have buggy support for .quad in 32-bit mode, just split
>>> +  // into two .words.
>>> +  if ((T.getOS() == Triple::OpenBSD || T.getOS() == Triple::Bitrig) &&
>>> +       T.getArch() == Triple::x86)
>>>
>>> Does Bitrig actually have this bug?  If so, why don't you just fix it?
>>>
>>> -Eli
>>
>> Ping
>>
>
> Any objections to this going in?

I'd love to see this getting committed so that we can move on to the 
clang bits.



More information about the llvm-commits mailing list