Re: [swift-dev] The build system is ignoring swift-install-components when cross compiling

2016-03-30 Thread Andrew Hyatt via swift-dev
It appears as though the --install-swift flag is intended to make build-script-impl install swift. However, it fails with this: /usr/local/bin/cmake --build /Users/andyhyatt/src/swift-fixed/build/Ninja-Debug/swift-macosx-x86_64 -- install ninja: error: unknown target ‘install' This is strange

Re: [swift-dev] [Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 15.10 (master) #3818

2016-03-30 Thread Philippe Hausler via swift-dev
pushed a fix for the test; it is likely that the ICU4C implementation has a slight difference between the Apple ICU and the one for linux. > On Mar 30, 2016, at 4:34 PM, Dmitri Gribenko via swift-dev > wrote: > > Looks like it was https://github.com/apple/swift-corelibs-foundation/pull/286 >

Re: [swift-dev] [Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 15.10 (master) #3818

2016-03-30 Thread Dmitri Gribenko via swift-dev
Looks like it was https://github.com/apple/swift-corelibs-foundation/pull/286 Dmitri -- main(i,j){for(i=2;;i++){for(j=2;j*/ ___ swift-dev mailing list swift-dev@swift.org https://lists.swift.org/mailman/listinfo/swift-dev

Re: [swift-dev] Returning more than two scalars from C code

2016-03-30 Thread John McCall via swift-dev
> On Mar 30, 2016, at 12:09 PM, Bryan Chan wrote: > > Thanks for your responses so far. It took me a while to fully appreciate > what all this means. > > I have read through John's mail thread on llvm-dev about adding the swiftcc > convention to LLVM/Clang. I don't think that discussion mentione

Re: [swift-dev] Returning more than two scalars from C code

2016-03-30 Thread Bryan Chan via swift-dev
Thanks for your responses so far. It took me a while to fully appreciate what all this means. I have read through John's mail thread on llvm-dev about adding the swiftcc convention to LLVM/Clang. I don't think that discussion mentioned adding Clang support for C++ functions returning aggregates in

Re: [swift-dev] ObjC Interoperability under armv7--linux-gnueabi

2016-03-30 Thread Iliya Trub via swift-dev
Of course, I fully understand, that project is most likely hopeless. But for now I have some time to try. 30.03.2016, 20:34, "Joe Groff" : >>  On Mar 30, 2016, at 3:27 AM, Iliya Trub wrote: >> >>  I'd like to add, that I have overcomed "subject"error in very simple path. >> I indeed forgot to a

Re: [swift-dev] ObjC Interoperability under armv7--linux-gnueabi

2016-03-30 Thread Joe Groff via swift-dev
> On Mar 30, 2016, at 3:27 AM, Iliya Trub wrote: > > I'd like to add, that I have overcomed "subject"error in very simple path. I > indeed forgot to add -fobjc-runtime=gnustep to all needed places. THIS error > disappeared, but the new error appeared: > > main2: dwarf/Gparser.c:456: fetch_pro

Re: [swift-dev] ObjC Interoperability under armv7--linux-gnueabi

2016-03-30 Thread Iliya Trub via swift-dev
I'd like to add, that I have overcomed "subject"error in very simple path. I indeed forgot to add -fobjc-runtime=gnustep to all needed places. THIS error disappeared, but the new error appeared: main2: dwarf/Gparser.c:456: fetch_proc_info: Assertion `c->pi.unwind_info' failed Any opinions? I e