From d4ff37da185cfbf013f89f046b0bb3b77c98e66c Mon Sep 17 00:00:00 2001 From: rvcas Date: Mon, 7 Jun 2021 19:39:53 -0400 Subject: [PATCH] chore: update building from source LLVM version --- BUILDING_FROM_SOURCE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING_FROM_SOURCE.md b/BUILDING_FROM_SOURCE.md index d97a3fe396..0bbd5fdda8 100644 --- a/BUILDING_FROM_SOURCE.md +++ b/BUILDING_FROM_SOURCE.md @@ -52,7 +52,7 @@ If you prefer a package manager, you can try the following: If you want to install it manually, you can also download Zig directly [here](https://ziglang.org/download/). Just make sure you download the right version, the bleeding edge master build is the first download link on this page. ### LLVM -**version: 10.0.x** +**version: 12.0.x** For Ubuntu and Debian, you can use the `Automatic installation script` at [apt.llvm.org](https://apt.llvm.org): ```