about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-05-04 21:02:49 +0200
committerGitHub <noreply@github.com>2020-05-04 21:02:49 +0200
commitecaccd9739d77fb6f5786581ac01bbe1316bdb99 (patch)
tree23cee0776a5522ced1f7741fbba4a679932833ec
parent16c16b3e6e0cd678f5da76f757761fb821f1011f (diff)
parent95a2d4923244473b59e2b1a6012ad2e186d3b2a4 (diff)
downloadafl++-ecaccd9739d77fb6f5786581ac01bbe1316bdb99.tar.gz
Merge pull request #351 from dpmdpm2/master
Fix typo in README.lto.md
-rw-r--r--llvm_mode/README.lto.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm_mode/README.lto.md b/llvm_mode/README.lto.md
index bb66b5e7..d8e4766d 100644
--- a/llvm_mode/README.lto.md
+++ b/llvm_mode/README.lto.md
@@ -65,7 +65,7 @@ $ cd build
 $ cmake -DLLVM_ENABLE_PROJECTS='clang;clang-tools-extra;compiler-rt;libclc;libcxx;libcxxabi;libunwind;lld' -DCMAKE_BUILD_TYPE=Release -DLLVM_BINUTILS_INCDIR=/usr/include/ ../llvm/
 $ make -j $(nproc)
 $ export PATH=`pwd`/bin:$PATH
-$ export LLVM_CONFIG=`pwd`/bin/llcm-config
+$ export LLVM_CONFIG=`pwd`/bin/llvm-config
 $ cd /path/to/AFLplusplus/
 $ make
 $ cd llvm_mode