All Projects → arves100 → Llvm Vs2017 Integration

arves100 / Llvm Vs2017 Integration

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

Projects that are alternatives of or similar to Llvm Vs2017 Integration

clangbuilder
Building Clang ♡ Utility and Environment
Stars: ✭ 101 (+20.24%)
Mutual labels:  visual-studio, llvm, clang
Croaring
Roaring bitmaps in C (and C++)
Stars: ✭ 735 (+775%)
Mutual labels:  clang, visual-studio
Codechecker
CodeChecker is an analyzer tooling, defect database and viewer extension for the Clang Static Analyzer and Clang Tidy
Stars: ✭ 1,209 (+1339.29%)
Mutual labels:  llvm, clang
Woboq codebrowser
Woboq CodeBrowser
Stars: ✭ 837 (+896.43%)
Mutual labels:  llvm, clang
Ci helloworld
A simple example of how to setup a complete CI environment for C and C++
Stars: ✭ 357 (+325%)
Mutual labels:  clang, visual-studio
Enzyme
High-performance automatic differentiation of LLVM.
Stars: ✭ 418 (+397.62%)
Mutual labels:  llvm, clang
Seeless
C IDE for iOS
Stars: ✭ 71 (-15.48%)
Mutual labels:  llvm, clang
Boomerang
Boomerang Decompiler - Fighting the code-rot :)
Stars: ✭ 265 (+215.48%)
Mutual labels:  clang, visual-studio
Llvm 9.0 Learner Tutorial
A blog for LLVM(v9.0.0 or v11.0.0) beginner, step by step, with detailed documents and comments. Record the way I learn LLVM and accomplish a complete project for FPGA High-Level Synthesis with it.
Stars: ✭ 58 (-30.95%)
Mutual labels:  llvm, clang
Cxxctp
DEPRECATED. USE INSTEAD github.com/blockspacer/flextool
Stars: ✭ 58 (-30.95%)
Mutual labels:  llvm, clang
Meta Clang
Clang C/C++ cross compiler and runtime for OpenEmbedded/Yocto Project
Stars: ✭ 76 (-9.52%)
Mutual labels:  llvm, clang
Clangkit
ClangKit provides an Objective-C frontend to LibClang. Source tokenization, diagnostics and fix-its are actually implemented.
Stars: ✭ 330 (+292.86%)
Mutual labels:  llvm, clang
Swiftweekly.github.io
A community-driven weekly newsletter about Swift.org
Stars: ✭ 305 (+263.1%)
Mutual labels:  llvm, clang
Fcd
An optimizing decompiler
Stars: ✭ 622 (+640.48%)
Mutual labels:  llvm, clang
Clang Power Tools
Bringing clang-tidy magic to Visual Studio C++ developers.
Stars: ✭ 285 (+239.29%)
Mutual labels:  llvm, clang
Pfr
std::tuple like methods for user defined types without any macro or boilerplate code
Stars: ✭ 896 (+966.67%)
Mutual labels:  clang, visual-studio
Optviewer Demo
Demonstration of LLVM's opt-viewer tool
Stars: ✭ 63 (-25%)
Mutual labels:  llvm, clang
clang-format-editor
Clang-Format Editor is a tool that helps you find the best Clang-Format Style for your C++, C#, Java, JavaScript, and Objective-C code.
Stars: ✭ 15 (-82.14%)
Mutual labels:  llvm, clang
Olifant
A simple programming language targeting LLVM
Stars: ✭ 58 (-30.95%)
Mutual labels:  llvm, clang
C2goasm
C to Go Assembly
Stars: ✭ 1,072 (+1176.19%)
Mutual labels:  llvm, clang

LLVM Visual Studio 2017 Integration

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)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].