Skip to content

Commit

Permalink
List *getting the latest LLVM version* as a reason to compile from so…
Browse files Browse the repository at this point in the history
…urce
  • Loading branch information
encukou committed Aug 23, 2024
1 parent 1d11ba5 commit f753750
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions development-tools/clang.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ example, you might want to run a ``scan-build`` or examine the results with
``scan-view``. If this is your case, you can build Clang from source and
copy tools from ``tools/clang/tools`` to a directory on your ``PATH``.

Another reason to build from source is to get the latest version of Clang/LLVM,
if your platform's channels don't provide it yet.
Newer versions of Clang/LLVM introduce new sanitizer checks.


Python build setup
==================
Expand Down

0 comments on commit f753750

Please sign in to comment.