Re: [swift-evolution] [swift-dev] [Compiler] Help IR gen in targetting MSVC

2016-04-29 Thread Sangjin Han via swift-evolution
I made a PR https://github.com/apple/swift/pull/2351 introducing os(Cygwin). 2016-04-27 5:54 GMT+09:00 John McCall : > > On Apr 26, 2016, at 1:39 PM, Joe Groff wrote: > >> On Apr 26, 2016, at 1:24 PM, John McCall via swift-evolution < >

Re: [swift-evolution] [swift-dev] [Compiler] Help IR gen in targetting MSVC

2016-04-26 Thread John McCall via swift-evolution
> On Apr 26, 2016, at 1:03 PM, Sangjin Han wrote: > The problem can be solved by modifying that code. Thanks you. I thought that > code will affect only to the CLong type not Int. It changes what 'long' gets imported as. If there's a Windows API defined using 'long'