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

2016-12-05 Thread mishal_shah via swift-dev
Hi Mehdi, Can you please look at this failure? /llvm/lib/Target/PowerPC/PPCMCInstLower.cpp:40:22: error: no member named 'Mang' in 'llvm::AsmPrinter' Mangler *Mang = AP.Mang; ~~ ^ 1 error generated. Thanks, Mishal Shah > On Dec 5, 2016, at 11:30 PM, no-re...@swift.org wro

[swift-dev] Proposal: SILValue SSA Instructions

2016-12-05 Thread Michael Gottesman via swift-dev
Hello everyone! This is a proposal for 2 instructions needed to express borrowing via SSA at the SIL level. The need for these were discovered while I was prototyping a SIL ownership verifier. A html version of the proposal: https://gottesmm.github.io/proposals/sil-ownership-value-ssa-operatio

Re: [swift-dev] -whole-module-optimization with -Onone

2016-12-05 Thread Ben Asher via swift-dev
I've also come up with a small repro case that shows the duplicated bridging header work: https://bugs.swift.org/browse/SR-3338. Thanks! Ben On Fri, Dec 2, 2016 at 3:28 PM, Ben Asher wrote: > Filed the issues I ran into with repro cases here: > > https://bugs.swift.org/browse/SR-3319 > https:/

[swift-dev] TWISt-shout Newsletter 2016-12-05

2016-12-05 Thread Kenny Leung via swift-dev
Here is your TWISt-shout Newsletter for the week of 2016-11-28 to 2016-12-04 https://github.com/pepperdog/TWISt-shout/blob/master/2016/TWISt-shout-2016-12-05.md Enjoy! -Kenny ___ swift-dev mailing list swift-dev@swift.org https://lists.swift.org/mai

Re: [swift-dev] [swift-evolution] .swiftmodule format, a few short questions

2016-12-05 Thread Joe Groff via swift-dev
On Dec 5, 2016, at 9:40 AM, Joe Groff wrote: > On Dec 4, 2016, at 1:48 AM, Benjamin Spratling via swift-evolution > wrote: > > Howdy, > I would appreciate it if someone with a working knowledge of the > .swiftmodule format and especially the DECLS_AND_TYPES_BLOCK block would > contac