build: Update to LLVM 11.0.0 (issue #1088) (#1116)

This commit is contained in:
Malte Langkabel
2020-12-01 07:53:20 +01:00
committed by GitHub
parent 1a0b564b1e
commit 5cae072a02
5 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -142,9 +142,9 @@ Building Sourcetrail requires several dependencies to be in place on your machin
### Required dependencies
* __LLVM/Clang 10.0.0__
* __LLVM/Clang 11.0.0__
* __Reason__: Used for running the preprocessor on the indexedes source code, building and traversing an Abstract Syntax Tree and generating error messages.
* __Building__: Make sure to check out the correct tag: `git checkout llvmorg-10.0.0`
* __Building__: Make sure to check out the correct tag: `git checkout llvmorg-11.0.0`
* __Building for Windows__: Follow [these steps](https://clang.llvm.org/get_started.html) to build the project. Run the cmake command exactly as described.
* __Building for Unix__: Follow this [installation guide](http://clang.llvm.org/docs/LibASTMatchersTutorial.html) to build the project. Make sure to build with `-DLLVM_ENABLE_RTTI=ON`.