about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDavid Mendenhall <dpmendenhall@gmail.com>2020-05-04 11:30:06 -0700
committerDavid Mendenhall <dpmendenhall@gmail.com>2020-05-04 11:34:07 -0700
commit95a2d4923244473b59e2b1a6012ad2e186d3b2a4 (patch)
tree7580341c7a782060b4c4ee6373f02cec30272c5e
parentc7de368dc20078116bcb2e34b0f2237127802841 (diff)
downloadafl++-95a2d4923244473b59e2b1a6012ad2e186d3b2a4.tar.gz
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