Skip to content
This repository has been archived by the owner on Dec 25, 2023. It is now read-only.

Commit

Permalink
Setup readme for multiple branch
Browse files Browse the repository at this point in the history
  • Loading branch information
arves100 committed Dec 29, 2018
1 parent 06fc13f commit 2d847fe
Show file tree
Hide file tree
Showing 10 changed files with 8 additions and 348 deletions.
44 changes: 0 additions & 44 deletions AutoSetup.bat

This file was deleted.

34 changes: 8 additions & 26 deletions README.MD
Original file line number Diff line number Diff line change
@@ -1,34 +1,16 @@
# LLVM Visual Studio 2017 Integration

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

Open a command prompt with Administrator rights (DO NOT OPEN AutoSetup.bat with admin rights it won't load the files)
Pull requests for new versions are welcome, just create a branch and adjust the configuration.

Go to the folder where AutoSetup.bat exists and type "AutoSetup"
### How to use it?
Simply fork the branch related to your version

### 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
| LLVM Version | Branch |
| ------------ | ------ |
| 5.0.0 | v5.0 |
| 6.0.0 | v6.0 |

### LICENSE

Expand Down
48 changes: 0 additions & 48 deletions Toolset-llvm-vs2017-x64.props

This file was deleted.

3 changes: 0 additions & 3 deletions Toolset-llvm-vs2017-x64.targets

This file was deleted.

47 changes: 0 additions & 47 deletions Toolset-llvm-vs2017-x86.props

This file was deleted.

3 changes: 0 additions & 3 deletions Toolset-llvm-vs2017-x86.targets

This file was deleted.

68 changes: 0 additions & 68 deletions Toolset-llvm-vs2017-xp-x64.props

This file was deleted.

21 changes: 0 additions & 21 deletions Toolset-llvm-vs2017-xp-x64.targets

This file was deleted.

Loading

0 comments on commit 2d847fe

Please sign in to comment.