We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d421c2d commit a9adf67Copy full SHA for a9adf67
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