diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2025-06-10 11:05:20 +0200 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2025-06-12 15:12:01 +0200 |
commit | 172c29862c2bad21fff84e2798cc3fd16822ec57 (patch) | |
tree | 7c93ee4a8dfc279322862dd74ad106628ce5b813 /etc/repos.json | |
parent | 93720597f80740ec1121140e7f84401b766d70ab (diff) | |
download | bootstrappable-toolchain-172c29862c2bad21fff84e2798cc3fd16822ec57.tar.gz |
Add IWYU support to clang 20 toolchain
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" |