Skip to content

Commit ae586c5

Browse files
authored
Merge pull request #7 from wcshim40/patch-1
Update README.md
2 parents aba4fb9 + a9adf67 commit ae586c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ to your needs:
5858
5959
The preprocessor is a clang plugin, so building it requires more effort. First, copy the
6060
[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`:
61+
`$LLVM_SRC/tools/clang/tools` and change the directory name to fuzzgen, add the following line in
62+
`$LLVM_SRC/tools/clang/tools/CMakeLists.txt`:
6363
```
6464
add_clang_subdirectory(fuzzgen)
6565
```

0 commit comments

Comments
 (0)