microsoft / qsharp-compiler

Q# compiler, command line tool, and Q# language server
https://docs.microsoft.com/quantum
MIT License
684 stars 172 forks source link

Update LLVM package version #1593

Closed swernli closed 1 year ago

swernli commented 1 year ago

The LLVM 14 package version was incorrectly published with version 13 as it's major version. The version 14 package was published but the code was not updated to use that one. The contents of the two pacakges are the same, this just fixes the reference to use the one with the correct major version number.