[swift-dev] Swiftc and -parse-sil?

Alex Blewitt alblue at apple.com
Tue Oct 18 09:08:29 CDT 2016


> On 18 Oct 2016, at 14:58, Mark Lacey <mark.lacey at apple.com> wrote:
> 
> 
>> On Oct 18, 2016, at 3:43 AM, Alex Blewitt via swift-dev <swift-dev at swift.org <mailto:swift-dev at swift.org>> 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.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.swift.org/pipermail/swift-dev/attachments/20161018/65dc0381/attachment.html>


More information about the swift-dev mailing list