Re: [swift-dev] [Swift Forums] How to run Swift on Windows

2017-12-17 Thread Kazuki Ohara via swift-dev
Hi, Phil I will look into the project. Thank you, Kazuki 2017-12-18 3:38 GMT+09:00 Phil J. Łaszkowicz : > siilime Phil J. Łaszkowicz > > December 17 > > That project has now included support for Swift 4. > > Officially you’

Re: [swift-dev] How to run Swift on Windows

2017-12-17 Thread Eric Wing via swift-dev
On 12/14/17, Kazuki Ohara via swift-dev wrote: > Hi, > > I'm interested in running Swift on Windows. > > I found the document to build the Swift compiler for Windows ( > https://github.com/apple/swift/blob/master/docs/Windows.md) and tried it. > I managed to build it with MSVC, but the resulting c

[swift-dev] SIL's TrailingOperandsList versus llvm::TrailingObjects

2017-12-17 Thread David Zarzycki via swift-dev
Hello SIL exports, Why do some SILNodes use a custom TrailingOperandsList class and other SILNodes use LLVM’s TrailingObjects class? Is this just historical? It seems like the LLVM design is more flushed out and less error prone. What am I missing? Thanks, Dave _

Re: [swift-dev] How to run Swift on Windows

2017-12-17 Thread Sangjin Han via swift-dev
For the MinGW-w64 system, swift-4.0-branch (up to 4.0.3-RELEASE) is merged into https://github.com/tinysun212/swift-windows/commits/swift-windows-4.0-branch and it is successfully compiled. If I make the Foundation module work to some extent, I will share the binary and submit a PR for the compile