: swift-dev
Date: 2017/04/25 10:43 AM
Subject:Re: [swift-dev] Building swift-3.1-branch from source
What version of clang are you using? I’ve had the same problem with clang
3.9 when building on Ubuntu 16.04 on RasPi:
https://twitter.com/ffried/status/833985445516165121
Using clang 3.8
rce Ecosystem
> IBM Canada Toronto Lab
>
> Ian Partridge ---2017/04/25 10:27:39 AM---On 25 April 2017 at
> 15:15, Vivian Kong wrote: > I had to remove
> swift/utils/swi
>
> From: Ian Partridge
> To: Vivian Kong/Toronto/IBM@IBMCA
> Cc: Alex Blewitt , swift-dev
>
x27;m wondering if I'm missing some pre-reqs
or setting? Any clues would be much appreciated!
Regards,
Vivian Kong
Linux on z Systems Open Source Ecosystem
IBM Canada Toronto Lab
From: Ian Partridge
To: Vivian Kong/Toronto/IBM@IBMCA
Cc: Alex Blewitt , swift-dev
On 25 April 2017 at 15:15, Vivian Kong wrote:
> I had to remove swift/utils/swift_build_support/__init__.pyc if it is there
> (it got generated when I use the checkout script from the master branch).
> Wonder if that might help you.
Yes it works! Thanks!
--
Ian Partridge
swift-dev
To: Alex Blewitt
Cc: swift-dev
Date: 2017/04/25 08:40 AM
Subject:Re: [swift-dev] Building swift-3.1-branch from source
Sent by:swift-dev-boun...@swift.org
On 25 April 2017 at 13:30, Alex Blewitt wrote:
> You can use ./swift/utils/update-checkout --sch
On 25 April 2017 at 13:30, Alex Blewitt wrote:
> You can use ./swift/utils/update-checkout --scheme swift-3.1-branch which
> will switch the branches to the right place for you. Some of the git
> repositories aren't necessarily the same; using the update-checkout script to
> select the right on
You can use ./swift/utils/update-checkout --scheme swift-3.1-branch which will
switch the branches to the right place for you. Some of the git repositories
aren't necessarily the same; using the update-checkout script to select the
right ones will be more successful. You can also use --reset-to-
Hi, I'm trying to build a toolchain from swift-3.1-branch on Linux.
I cloned https://github.com/apple/swift and ran
"./swift/utils/update-checkout --clone" successfully.
Then, for each subdirectory (swift, swift-corelibs-foundation, lldb,
llvm etc.) I switched to swift-3.1-branch via "git checkou