From 77716139f4cf7c11b1643129ad3ec7609979ec30 Mon Sep 17 00:00:00 2001 From: Friendly Chicken <72442889+FriendlyChicken@users.noreply.github.com> Date: Tue, 1 Jun 2021 02:32:28 -0700 Subject: [PATCH] Specify llvm branch in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1fae825a..b5c5e5dc 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ Building this requires [CMake 3.13 or later](https://cmake.org/download/) as wel To succesfully build `libClangSharp` you must first build Clang (https://clang.llvm.org/get_started.html). The process done on Windows is roughly: ```cmd -git clone https://github.com/llvm/llvm-project +git clone --single-branch --branch llvmorg-12.0.0 https://github.com/llvm/llvm-project cd llvm-project mkdir artifacts/bin cd artifacts/bin