diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2024-10-24 14:18:56 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2024-10-25 07:56:49 +0000 |
| commit | 8a06fe656dc01f535065f9d0fa098a274ca910b6 (patch) | |
| tree | 8b10c59f64c1327fbe24f35d0bde40e7f0ad09f3 /tools/syz-declextract/README.md | |
| parent | fa27afab3f192d643759dd4e9d2dbf9b88aaa31c (diff) | |
tools/syz-declextract: assume compilation database is in build dir
That's where it is.
Diffstat (limited to 'tools/syz-declextract/README.md')
| -rw-r--r-- | tools/syz-declextract/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/syz-declextract/README.md b/tools/syz-declextract/README.md index 1642bfe39..bccd23304 100644 --- a/tools/syz-declextract/README.md +++ b/tools/syz-declextract/README.md @@ -39,5 +39,5 @@ make -j`nproc` syz-declextract Download `run.go`, build it and run it ``` go build run.go -./run -compile_commands $KERNEL/compile_commands.json -binary $SYZ/bin/syz-declextract -output auto.txt -sourcedir $KERNEL +./run -binary $SYZ/bin/syz-declextract -output auto.txt -sourcedir $KERNEL ``` |
