diff options
| author | van Hauser <vh@thc.org> | 2019-09-20 18:37:16 +0200 |
|---|---|---|
| committer | van Hauser <vh@thc.org> | 2019-09-20 18:37:16 +0200 |
| commit | 123d97bfb896aefca24ff8bdc235b900fe714fde (patch) | |
| tree | e04b47c1d9b63d2f997be93b3e7cdab94874406b /llvm_mode/README.md | |
| parent | dd0a8c200c5de8ee87c2423ac1b954bb311ba872 (diff) | |
| download | afl++-123d97bfb896aefca24ff8bdc235b900fe714fde.tar.gz | |
LLVM_CONFIG llvm_mode fix
Diffstat (limited to 'llvm_mode/README.md')
| -rw-r--r-- | llvm_mode/README.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm_mode/README.md b/llvm_mode/README.md index c7ef4b45..f196395b 100644 --- a/llvm_mode/README.md +++ b/llvm_mode/README.md @@ -41,6 +41,10 @@ In order to leverage this mechanism, you need to have clang installed on your system. You should also make sure that the llvm-config tool is in your path (or pointed to via LLVM_CONFIG in the environment). +Note that if you have several LLVM versions installed, pointing LLVM_CONFIG +to the version you want to use will switch compiling to this specific +version - if you installation is set up correctly :-) + Unfortunately, some systems that do have clang come without llvm-config or the LLVM development headers; one example of this is FreeBSD. FreeBSD users will also run into problems with clang being built statically and not being able to |
