[swift-users] How to determine LLVM version that Swift uses?

Chris Lattner clattner at nondot.org
Tue Jan 2 13:07:44 CST 2018


> On Jan 2, 2018, at 10:10 AM, JJ Garzella via swift-users <swift-users at swift.org> wrote:
> 
> Hi,
> 
> 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?

Hi Jack,

The best way to do this is to pull the exact version of llvm used to build a Swift release.  You can find these tagged at github.com/apple/swift-llvm <http://github.com/apple/swift-llvm>.

-Chris


> 
> Thanks,
> 
> -Jack J. Garzella
> 
> University of Utah
> SOARLAB
> http://soarlab.org <http://soarlab.org/>_______________________________________________
> swift-users mailing list
> swift-users at swift.org
> https://lists.swift.org/mailman/listinfo/swift-users

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.swift.org/pipermail/swift-users/attachments/20180102/92807a84/attachment.html>


More information about the swift-users mailing list