[cfe-dev] clang + compiler-rt aren't buildable on OS X since r157062; how to proceed?

Rafael EspĂ­ndola rafael.espindola at gmail.com
Mon Jun 4 18:32:19 PDT 2012


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: clang-no-ios.patch
Type: application/octet-stream
Size: 491 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20120604/b87bb559/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: compiler-rt-no-ios.patch
Type: application/octet-stream
Size: 1195 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20120604/b87bb559/attachment-0001.obj>


More information about the cfe-dev mailing list