Skip to content

Commit

Permalink
Update instructions to build using LLVM from Git. (#43233)
Browse files Browse the repository at this point in the history
  • Loading branch information
maleadt authored Nov 28, 2021
1 parent 1c885a0 commit fc08ec3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/src/devdocs/llvm.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fc08ec3

Please sign in to comment.