Skip to content

v23.01

Compare
Choose a tag to compare
@zufuliu zufuliu released this 17 Jan 10:35
· 13 commits to main since this release

File List

Archive Name Visual Studio Version
LLVM_VS2017.zip 2017, 2019 and 2022
LLVM_VS2010_2015.zip 2010, 2012, 2013 and 2015
LLVM_VS2015.zip 2015
LLVM_VS2013.zip 2013
LLVM_VS2012.zip 2012
LLVM_VS2010.zip 2010

Changes Since v22.09

  • Support MultiProcessorCompilation for Visual Studio 2017, 2019 and 2022, issue #11. 476ab9f and 635ea74
  • llvm-link and llvm-lib can be enabled now, unsupported option no longer passed to the driver. 66f35f4, bb95b22 and 4a8015e
  • Predefined __clang__ and __llvm__ for better Visual Studio editor support (code highlighting, IntelliSense, etc.), issue #9. contributed by @MohitSethi99 in 2734f50