Skip to content

Releases: zufuliu/llvm-utils

v23.05

19 May 23:42
Compare
Choose a tag to compare

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 v23.03

  • Ignore BuildStlModules property ("Build ISO C++23 Standard Library Modules") added in Visual Studio 2022 17.6. 8b2a67c

v23.03

20 Mar 11:21
Compare
Choose a tag to compare

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 v23.01

  • Support /RELEASE switch implemented in lld-link 16. 4ce8214

v23.01

17 Jan 10:35
Compare
Choose a tag to compare

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

v22.09

07 Sep 11:22
Compare
Choose a tag to compare

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

  • Updated MSBuild script to support LLVM 15.0.0. 557873e

v22.03

24 Mar 12:56
Compare
Choose a tag to compare

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

  • Support LanguageStandard_C (/std:c11 and /std:c17) and ExternalDirectoriesEnv(/external:env:) properties.

v21.11

14 Nov 00:51
Compare
Choose a tag to compare

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

  • Support Visual Studio 2022. d46cdfd

v21.06

19 Jun 09:05
Compare
Choose a tag to compare

File List

Archive Name Visual Studio Version
LLVM_VS2017.zip 2017 and 2019
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

  • Support Visual Studio 2019 16.10, which added many new options that not supported by clang-cl 12.
  • Support OpenMP, previously all OpenMP options are ignored.

v21.05

09 May 06:48
Compare
Choose a tag to compare

File List

Archive Name Visual Studio Version
LLVM_VS2017.zip 2017 and 2019
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

  • Support Visual Studio Build Tools, issue #5.
  • Support using llvm-rc.exe to compile resources.

v20.03

02 Mar 11:13
Compare
Choose a tag to compare

File List

Archive Name Visual Studio Version
LLVM_VS2017.zip 2017 and 2019
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

v19.05

19 May 23:35
Compare
Choose a tag to compare

File List

Archive Name Visual Studio Version
LLVM_VS2017.zip 2017 and 2019
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

  • Support using llvm-lib.exe to create static library. 68a4a93
  • Map /DEBUG and /DEBUG:FASTLINK to /DEBUG:FULL to fix llvm-link warning. 7f19634