[swift-dev] Representing "address-only" values in SIL

2016-10-01 Thread John McCall via swift-dev
Andy Trick and I had this conversation Thursday, and I thought I'd capture it here. The Problem It's a longstanding complaint that SIL uses drastically different code patterns for the same sequence of operations based on whether the types of the values involved are loadable or "address-only".

[swift-dev] RPM builder for Swift 3 (Fedora/RHL)

2016-10-01 Thread Ron Olson via swift-dev
Hi all- I forked Corinne Krych’s repository for building RPMs for Swift; hers worked great for the version she has in the swift.spec file, but at some point it stopped working for Swift 3. I made some changes to get it to work and have finally gotten it to build a full RPM of Swift 3. I have