From 6a94f47f779f2cd83889bbae285a526ddaf78935 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Matos?= Date: Sun, 27 Aug 2017 17:12:11 +0100 Subject: [PATCH] Update BuildingLLVM.md --- docs/BuildingLLVM.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/BuildingLLVM.md b/docs/BuildingLLVM.md index 79249df5..31e70a91 100644 --- a/docs/BuildingLLVM.md +++ b/docs/BuildingLLVM.md @@ -48,14 +48,14 @@ cd llvm/tools git clone http://llvm.org/git/clang.git ``` -Official LLVM instructions can be found here: [http://llvm.org/docs/GettingStarted.html#git-mirror] -(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) Make sure to use the revisions specified below, or you will most likely get compilation errors. Required LLVM/Clang commits: [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) To change to the revisions specified above you can run the following commands: