[cfe-dev] clang + compiler-rt aren't buildable on OS X since r157062; how to proceed?
Jim Grosbach
grosbach at apple.com
Mon Jun 4 18:53:32 PDT 2012
Ping, Daniel.
What's the right way to disable the iOS clang runtime in public builds without also disabling ARM entirely?
-Jim
On Jun 4, 2012, at 6:32 PM, Rafael EspĂndola wrote:
> On 31 May 2012 20:29, Jim Grosbach <grosbach at apple.com> wrote:
>> Daniel is the right person for that. We'll see what we can do.
>>
>> A bit more context, FWIW. #1 is an option, but feels kinda rude to make that a hard requirement. It's available for anyone who wants to re-enable it locally, but we need something better for default use-cases. #2 doesn't quite work out, as it's not the deployment target that's the limiting factor in this scenario, but rather the version of the host-side tools. There's not a solid way to check those versions. #3 is viable as it isolates the public builds of supported open source targets from any weirdness of Apple side stuff.
>
> This is still broken.
>
> The attached patches are a hack to drop arm completely. I am not sure
> what is the best way to optionally add them back, but this lets anyone
> that doesn't need ios support build compiler-rt again.
>
> We should finish llvm-ar one day :-)
>
>> -Jim
>
> Cheers,
> Rafael
> <clang-no-ios.patch><compiler-rt-no-ios.patch>
More information about the cfe-dev
mailing list