diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2025-03-20 12:49:00 +0100 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2025-04-02 15:32:09 +0200 |
commit | e954e9e0d78413f32d8c11fcb2c96d17e157484b (patch) | |
tree | 9b614cb9692781931ed155ee23bec05c143da306 /etc/patches/TARGETS | |
parent | 9fb01463bf1e829e38ac2ec24eb474017ce6709f (diff) | |
download | bootstrappable-toolchain-e954e9e0d78413f32d8c11fcb2c96d17e157484b.tar.gz |
Add Clang 19.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 6eab87b..f52388c 100644 --- a/etc/patches/TARGETS +++ b/etc/patches/TARGETS @@ -7,4 +7,5 @@ , "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"]]} +, "clang-19": {"type": "install", "deps": [["TREE", null, "clang-19"]]} } |