<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class=""><div><blockquote type="cite" class=""><div class="">On 18 Oct 2016, at 14:58, Mark Lacey &lt;<a href="mailto:mark.lacey@apple.com" class="">mark.lacey@apple.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="Content-Type" content="text/html charset=utf-8" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class=""><div class=""><blockquote type="cite" class=""><div class="">On Oct 18, 2016, at 3:43 AM, Alex Blewitt via swift-dev &lt;<a href="mailto:swift-dev@swift.org" class="">swift-dev@swift.org</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="Content-Type" content="text/html charset=us-ascii" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">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:</div></div></blockquote><div class=""><br class=""></div>I just opened a PR with a very minimal fix:&nbsp;<a href="https://github.com/apple/swift/pull/5345" class="">https://github.com/apple/swift/pull/5345</a></div><div class=""><br class=""></div><div class="">The problem is that it was still looking for a filename ending in ‘.sil’ even with -parse-sil specified.</div><div class=""><br class=""></div><div class="">Mark</div></div></div></blockquote><div><br class=""></div><div>Nice, thanks.</div><div><br class=""></div></div></body></html>