diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2024-04-03 16:30:41 +0200 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2024-04-04 12:02:20 +0200 |
commit | 67e7ba44cf7cf845cbb7f0f41e423ed3b9f1d7c6 (patch) | |
tree | 1c82294aa701d02ad6d579e44093000085cdc5ba /etc/patches/TARGETS | |
parent | 2e5ad353049d211eeb4b736a27f26a96ac2919b9 (diff) | |
download | bootstrappable-toolchain-67e7ba44cf7cf845cbb7f0f41e423ed3b9f1d7c6.tar.gz |
Add clang 18.1.1
Diffstat (limited to 'etc/patches/TARGETS')
-rw-r--r-- | etc/patches/TARGETS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/patches/TARGETS b/etc/patches/TARGETS index f3c6084..ca310cf 100644 --- a/etc/patches/TARGETS +++ b/etc/patches/TARGETS @@ -5,4 +5,5 @@ {"type": "install", "deps": [["TREE", null, "musl-cross-make-fe915821"]]} , "clang-16": {"type": "install", "deps": [["TREE", null, "clang-16"]]} , "clang-17": {"type": "install", "deps": [["TREE", null, "clang-17"]]} +, "clang-18": {"type": "install", "deps": [["TREE", null, "clang-18"]]} } |