https://github.com/johnwbyrd/llvm-vs-env
A highly opinionated environment for developing LLVM on Windows
https://github.com/johnwbyrd/llvm-vs-env
Last synced: 3 months ago
JSON representation
A highly opinionated environment for developing LLVM on Windows
- Host: GitHub
- URL: https://github.com/johnwbyrd/llvm-vs-env
- Owner: johnwbyrd
- Created: 2020-03-08T21:23:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-08T21:24:58.000Z (over 5 years ago)
- Last Synced: 2025-01-18T04:42:35.990Z (5 months ago)
- Language: CMake
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# llvm-vs-env
This is an opinionated development environment for doing builds and testing of
llvm with Visual Studio code on Windows.## Requirements
It requires the following software to be installed on the Windows development
system:- Visual Studio code
- Windows C++ development SDK
- Anaconda 3
- LLVM for Windows (any recent stable build)Within the Anaconda 3 environment, you will need to install some additional
software:`
conda install sphinx
`It requires the following extensions to be installed as part of Visual Studio
Code:- C/C++
- CMake Tools
- LLVM
- LLVM TableGen
- Python
- reStructuredText
- vscode-clangd# Use
Clone your llvm-project directory into the llvm-vs-env directory.
You can now use Visual Studio to build llvm with CMake Tools.