Browse Source

Update BuildingLLVM.md

pull/926/head
João Matos 8 years ago committed by GitHub
parent
commit
6a94f47f77
  1. 4
      docs/BuildingLLVM.md

4
docs/BuildingLLVM.md

@ -48,14 +48,14 @@ cd llvm/tools
git clone http://llvm.org/git/clang.git git clone http://llvm.org/git/clang.git
``` ```
Official LLVM instructions can be found here: [http://llvm.org/docs/GettingStarted.html#git-mirror] Official LLVM instructions can be found here: [http://llvm.org/docs/GettingStarted.html#git-mirror](http://llvm.org/docs/GettingStarted.html#git-mirror)
(http://llvm.org/docs/GettingStarted.html#git-mirror)
Make sure to use the revisions specified below, or you will most likely get compilation errors. Make sure to use the revisions specified below, or you will most likely get compilation errors.
Required LLVM/Clang commits: Required LLVM/Clang commits:
[LLVM: see /build/LLVM-commit.](https://github.com/mono/CppSharp/tree/master/build/LLVM-commit) [LLVM: see /build/LLVM-commit.](https://github.com/mono/CppSharp/tree/master/build/LLVM-commit)
[Clang: see /build/Clang-commit.](https://github.com/mono/CppSharp/tree/master/build/Clang-commit) [Clang: see /build/Clang-commit.](https://github.com/mono/CppSharp/tree/master/build/Clang-commit)
To change to the revisions specified above you can run the following commands: To change to the revisions specified above you can run the following commands:

Loading…
Cancel
Save