<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></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 Jan 2, 2018, at 10:10 AM, JJ Garzella via swift-users &lt;<a href="mailto:swift-users@swift.org" class="">swift-users@swift.org</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">Hi,<div class=""><br class=""></div><div class="">As part of a research project, I'd like to perform static analysis on LLVM IR files that Swift has generated. In order to properly analyze it, I need to know which version of LLVM a particular version of Swift uses. How can I determine the particular LLVM version of Swift?</div></div></div></blockquote><div><br class=""></div>Hi Jack,</div><div><br class=""></div><div>The best way to do this is to pull the exact version of llvm used to build a Swift release. &nbsp;You can find these tagged at <a href="http://github.com/apple/swift-llvm" class="">github.com/apple/swift-llvm</a>.<br class=""><div><br class=""></div><div>-Chris</div><div><br class=""></div><br class=""><blockquote type="cite" class=""><div class=""><div dir="ltr" class=""><div class=""><br class=""></div><div class="">Thanks,</div><div class=""><br class=""></div><div class="">-Jack J. Garzella</div><div class=""><br class=""></div><div class="">University of Utah</div><div class="">SOARLAB</div><div class=""><a href="http://soarlab.org/" class="">http://soarlab.org</a></div></div>
_______________________________________________<br class="">swift-users mailing list<br class=""><a href="mailto:swift-users@swift.org" class="">swift-users@swift.org</a><br class="">https://lists.swift.org/mailman/listinfo/swift-users<br class=""></div></blockquote></div><br class=""></body></html>