Closed Kaiede closed 5 years ago
That's the same point I've reached after applying #25. I've checked for recent modifications to name mangling/demangling and there shouldn't be any.
Probably not recent. I started trying to bisect the 4.2 development history, and the earliest snapshot tag (4.2-DEVELOPMENT-SNAPSHOT-2018-04-23-a) also fails to build in the same spot. Impressive that it's been this long without someone stumbling on it.
Cause by commit 7c096c9f264075d1f38e2621f3659e25c0b78233 ( https://github.com/apple/swift/commit/7c096c9f264075d1f38e2621f3659e25c0b78233)
Reversing it appears to fix the issue, but reveals another one that I can confirm existed prior to this commit. #30
That’s the wrong commit, that commit fixed the other stdlib build failure.
This was introduced between Jan 25 and Jan 21, still tracking down.
Fix available here: https://github.com/apple/swift/pull/19600
I've been hitting this one after fixing the other issue. Don't know how much time I'll get to look at it. I'll see what I can do on my end, but mostly wanted to make sure this gets tracked somewhere and people know it is an issue if coming in new.