diff options
Diffstat (limited to 'etc/repos.json')
-rw-r--r-- | etc/repos.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/etc/repos.json b/etc/repos.json index c77def8..3aab324 100644 --- a/etc/repos.json +++ b/etc/repos.json @@ -525,6 +525,7 @@ { "rules": "rules/clang_with_gcc14" , "binutils": "imports/binutils-latest" , "patches": "patches" + , "iwyu": "iwyu-20" } } , "tools/busybox-1.36.1": @@ -904,6 +905,17 @@ , "target_file_name": "iwyu.TARGETS" , "target_root": "imports" } + , "iwyu-20": + { "repository": + { "type": "archive" + , "content": "7fc1e96d2aaab23daa3783c82a9214db4dbb3c52" + , "fetch": "https://github.com/include-what-you-use/include-what-you-use/archive/refs/tags/0.24.tar.gz" + , "sha256": "897b4c864a983f493c8efef4a1a9a2d429fd7ead1011f7a41743ed7b6dbe8c2e" + , "subdir": "include-what-you-use-0.24" + } + , "target_file_name": "iwyu.TARGETS" + , "target_root": "imports" + } , "patches/busybox-1593": { "repository": { "type": "foreign file" |