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
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
>
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
> 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
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
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
> 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
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