diff options
| author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2019-09-22 19:38:57 +0200 |
|---|---|---|
| committer | Andrea Fioraldi <andreafioraldi@gmail.com> | 2019-09-22 19:38:57 +0200 |
| commit | 9aefe7a0402d4389aaff1f070c84ea1b95abc0fd (patch) | |
| tree | 9e0f9f008d7a41c43a09304e8bb5364a14a8d75e /llvm_mode/README.md | |
| parent | 17bb51756faeaeda6fb17d63ede0a1a9d8ae4b5c (diff) | |
| parent | 5044bb0332bf2bed8fe8691f411bd9c144e332af (diff) | |
| download | afl++-9aefe7a0402d4389aaff1f070c84ea1b95abc0fd.tar.gz | |
Merge branch 'master' of github.com:vanhauser-thc/AFLplusplus
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 |
