Skip to content

Commit

Permalink
Merge pull request #7 from wcshim40/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
gannimo authored Oct 17, 2020
2 parents aba4fb9 + a9adf67 commit ae586c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ to your needs:
The preprocessor is a clang plugin, so building it requires more effort. First, copy the
[preprocessor](./src/preprocessor) directory under
`$LLVM_SRC/tools/clang/tools` and add the following line in
`$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`:
```
add_clang_subdirectory(fuzzgen)
```
Expand Down

0 comments on commit ae586c5

Please sign in to comment.