diff options
author | van Hauser <vh@thc.org> | 2020-01-15 10:10:25 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-01-15 10:10:25 +0100 |
commit | d1d5e7c02a4b17f42b6334f258899d6543c9142c (patch) | |
tree | ce67a3a546827a13c9b871b60831d581c2ad7527 /llvm_mode/afl-clang-fast.c | |
parent | d0ea8f84334a36133c289c711c233d1f5a1a8045 (diff) | |
download | afl++-d1d5e7c02a4b17f42b6334f258899d6543c9142c.tar.gz |
blacklist function support for llvm_mode
Diffstat (limited to 'llvm_mode/afl-clang-fast.c')
-rw-r--r-- | llvm_mode/afl-clang-fast.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm_mode/afl-clang-fast.c b/llvm_mode/afl-clang-fast.c index 2b359cdf..b322b762 100644 --- a/llvm_mode/afl-clang-fast.c +++ b/llvm_mode/afl-clang-fast.c @@ -444,7 +444,8 @@ int main(int argc, char** argv) { "You can specify custom next-stage toolchain via AFL_CC and AFL_CXX. " "Setting\n" "AFL_HARDEN enables hardening optimizations in the compiled code.\n\n" - "afl-clang-fast was built for llvm %s with the llvm binary path of \"%s\".\n\n", + "afl-clang-fast was built for llvm %s with the llvm binary path of " + "\"%s\".\n\n", BIN_PATH, BIN_PATH, LLVM_VERSION, LLVM_BINDIR); exit(1); |