On Tue, Mar 15, 2016 at 1:19 PM, Tanner Nelson wrote:
>
>> On Mar 15, 2016, at 4:11 PM, Dmitri Gribenko wrote:
>>
>> On Tue, Mar 15, 2016 at 11:40 AM, Tanner Nelson via swift-dev
>> wrote:
>>> Hello Swift Dev,
>>>
>>> Does anyone know if it is possible to compile Swift 2.2 or 3.0 for the
>>> Co
> On Mar 15, 2016, at 1:22 PM, Tanner Nelson wrote:
>
>
>> On Mar 15, 2016, at 4:14 PM, William Dillon wrote:
>>
>> I’m no expert on the M0, but I looked it up. It seems to be Thumb(2) only,
>> and I don’t think thumb support in linux is finished. This is of course in
>> addition to the *s
> On Mar 15, 2016, at 4:14 PM, William Dillon wrote:
>
> I’m no expert on the M0, but I looked it up. It seems to be Thumb(2) only,
> and I don’t think thumb support in linux is finished. This is of course in
> addition to the *significant* constraints that Dmitri noted.
Hopefully someday i
> On Mar 15, 2016, at 4:11 PM, Dmitri Gribenko wrote:
>
> On Tue, Mar 15, 2016 at 11:40 AM, Tanner Nelson via swift-dev
> wrote:
>> Hello Swift Dev,
>>
>> Does anyone know if it is possible to compile Swift 2.2 or 3.0 for the
>> Cortex M0?
>
> We have an ARMv6 port, but I believe the primary
I’m no expert on the M0, but I looked it up. It seems to be Thumb(2) only, and
I don’t think thumb support in linux is finished. This is of course in
addition to the *significant* constraints that Dmitri noted.
- Will
> On Mar 15, 2016, at 1:11 PM, Dmitri Gribenko via swift-dev
> wrote:
>
On Tue, Mar 15, 2016 at 11:40 AM, Tanner Nelson via swift-dev
wrote:
> Hello Swift Dev,
>
> Does anyone know if it is possible to compile Swift 2.2 or 3.0 for the Cortex
> M0?
We have an ARMv6 port, but I believe the primary limitation you will
run into is the code size and the required memory t
Hello Swift Dev,
Does anyone know if it is possible to compile Swift 2.2 or 3.0 for the Cortex
M0?
___
swift-dev mailing list
swift-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-dev
Apologies for being *very* late to this thread and reviving it.
I'm not super familiar with the swift build system or its planned evolution,
but I can speak to what we're trying to do in LLVM.
In LLVM & Clang we're taking steps to move away from building for multiple
targets in the same CMake i
On Mon, Mar 14, 2016 at 7:59 PM, Shawn Erickson wrote:
>
>
> On Thu, Mar 10, 2016 at 10:49 PM Dmitri Gribenko
> wrote:
>>
>> Hi everyone,
>>
>> I just wanted to announce that we have sufficient change on the
>> swift-3-indexing-model branch so that we can build the core standard
>> library and St