From 44806e8fc9043abd07e255a3ece1b9360c83013f Mon Sep 17 00:00:00 2001 From: Tim Besard Date: Sun, 28 Nov 2021 07:52:00 +0100 Subject: [PATCH] Update instructions to build using LLVM from Git. (#43233) --- doc/src/devdocs/llvm.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/devdocs/llvm.md b/doc/src/devdocs/llvm.md index 6f3a5ee3382e7a..5659d79ada24c1 100644 --- a/doc/src/devdocs/llvm.md +++ b/doc/src/devdocs/llvm.md @@ -45,8 +45,8 @@ a file called `Make.user` in the top-level directory and adding a line to it suc LLVM_VER = 12.0.1 ``` -Besides the LLVM release numerals, you can also use `LLVM_VER = svn` to build against the latest -development version of LLVM. +Besides the LLVM release numerals, you can also use `DEPS_GIT = llvm` in combination with +`USE_BINARYBUILDER_LLVM = 0` to build against the latest development version of LLVM. You can also specify to build a debug version of LLVM, by setting either `LLVM_DEBUG = 1` or `LLVM_DEBUG = Release` in your `Make.user` file. The former will be a fully unoptimized build