> On 18 Oct 2016, at 14:58, Mark Lacey <[email protected]> wrote: > > >> On Oct 18, 2016, at 3:43 AM, Alex Blewitt via swift-dev <[email protected] >> <mailto:[email protected]>> wrote: >> >> The swift compiler has an option '-parse-sil' which could previously be used >> to parse SIL code. However, it looks like the swift compiler is assuming >> it's still Swift code: > > I just opened a PR with a very minimal fix: > https://github.com/apple/swift/pull/5345 > <https://github.com/apple/swift/pull/5345> > > The problem is that it was still looking for a filename ending in ‘.sil’ even > with -parse-sil specified. > > Mark
Nice, thanks.
_______________________________________________ swift-dev mailing list [email protected] https://lists.swift.org/mailman/listinfo/swift-dev
