arves100 / llvm-vs2017-integration

MSBuild 15.0 Toolset integration for multiple LLVM (From v5 to v8)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LLVM Visual Studio 2017 Integration

NOTE: This repository is no longer active as Microsoft even have an updated integration now for the current versions of Visual Studio. Please look at any of the forks around if you still wish to use this or be aware that there is no support under this code.

This repository contains Visual Studio 2017 integration for various LLVM versions.

Pull requests for new versions are welcome, just create a branch and adjust the configuration.

How to use it?

Simply fork the branch related to your version

LLVM Version Branch
5.0.0 v5.0
6.0.0 v6.0
7.0.0 v7.0
8.0.0 v8.0

Automatic Installation

Open a command prompt with Administrator rights (DO NOT OPEN AutoSetup.bat with admin rights it won't load the files)

Go to the folder where AutoSetup.bat exists and type "AutoSetup"

Manual Installation (If Automatic dosen't work)

Go to "[Your Visual Studio Installation Directory]\Common7\IDE\VC\VCTargets\Platforms"

Performing x86 Toolset installation
  • Go to Win32\PlatformToolset
  • Create 2 folders called LLVM-vs2017 and LLVM-vs2017_xp
  • Go to LLVM-vs2017
  • Copy all files that starts with Toolset-llvm-vs2017-x86
  • Rename the name of all this files (not the extensions) into Toolset
  • Now go to LLVM-vs2017_xp
  • Copy all files that starts with Toolset-llvm-vs2017-xp-x86
  • Rename the name of all this files (not the extensions) into Toolset
Performing x64 Toolset installation
  • Go to x64\PlatformToolset
  • Create 2 folders called LLVM-vs2017 and LLVM-vs2017_xp
  • Go to LLVM-vs2017
  • Copy all files that starts with Toolset-llvm-vs2017-x64
  • Rename the name of all this files (not the extensions) into Toolset
  • Now go to LLVM-vs2017_xp
  • Copy all files that starts with Toolset-llvm-vs2017-xp-x64
  • Rename the name of all this files (not the extensions) into Toolset

LICENSE

Released under Uol-NCSA (Same license as LLVM)

About

MSBuild 15.0 Toolset integration for multiple LLVM (From v5 to v8)

License:University of Illinois/NCSA Open Source License