We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aba4fb9 + a9adf67 commit ae586c5Copy full SHA for ae586c5
README.md
@@ -58,8 +58,8 @@ to your needs:
58
59
The preprocessor is a clang plugin, so building it requires more effort. First, copy the
60
[preprocessor](./src/preprocessor) directory under
61
-`$LLVM_SRC/tools/clang/tools` and add the following line in
62
-`$LLVM_SRC/tools/clang/toos/CMakeLists.txt`:
+`$LLVM_SRC/tools/clang/tools` and change the directory name to fuzzgen, add the following line in
+`$LLVM_SRC/tools/clang/tools/CMakeLists.txt`:
63
```
64
add_clang_subdirectory(fuzzgen)
65
0 commit comments