LLVM 11.1 Released To Deal With ABI Breakage

Written by Michael Larabel in LLVM on 17 February 2021 at 06:17 AM EST. Add A Comment
LLVM
LLVM 11.1.0 has been tagged as a special release to deal with ABI breakage on LLVM 11.0.

While these days LLVM's versioning scheme rarely sees a x.1.0 release with generally just sticking to bumping the major version number and squeezing in a point release or two per cycle, LLVM 11.1.0 is out today as a special release between LLVM 11.0.1 and the upcoming LLVM 12.0.

LLVM 11.0.1 came out in January as the maintenance release between LLVM 11.0 and the 12.0 release expected in March. This LLVM 11.1.0 release is in effect just LLVM 11.0.1 but carrying an ABI alteration to fix the breakage of the application binary interface of LLVM 11.0.

The LLVM 11 ABI breakage headache stems from an ABI compatibility issue of CXCursorKind.

LLVM release manager Tom Stellard has now tagged LLVM 11.1.0 with this issue squared away. LLVM 11.1 is available for download from GitHub.

LLVM 12.0 as the next feature release should be out in early March.
Related News
About The Author
Michael Larabel

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.

Popular News This Week