File tree Expand file tree Collapse file tree 6 files changed +3
-2
lines changed
Expand file tree Collapse file tree 6 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -272,7 +272,8 @@ format_cpp:
272272 clang-format --style=file -i executor/* .cc executor/* .h \
273273 executor/android/android_seccomp.h \
274274 tools/kcovtrace/* .c tools/kcovfuzzer/* .c tools/fops_probe/* .cc \
275- tools/syz-declextract/clangtool/* .cpp tools/syz-declextract/clangtool/* .h
275+ tools/clang/* .h \
276+ tools/clang/declextract/* .h tools/clang/declextract/* .cpp
276277
277278format_sys : bin/syz-fmt
278279 bin/syz-fmt all
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ target_link_libraries(syz-declextract PRIVATE clangTooling)
2929```
3030mkdir $LLVM/clang/syz-declextract
3131```
32- Copy ` tools/syz- declextract/clangtool/ *.{cpp,h} ` files to ` $LLVM/clang/syz-declextract/ ` directory.
32+ Copy ` tools/clang/ declextract/*.{cpp,h} ` and ` tools/clang/*.h ` files to ` $LLVM/clang/syz-declextract/ ` directory.
3333```
3434LLVM_BUILD=$PWD/syz
3535mkdir $LLVM_BUILD && cd $LLVM_BUILD
You can’t perform that action at this time.
0 commit comments