diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2025-05-22 13:24:33 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2025-05-22 14:15:24 +0300 |
commit | 4cb99ccde48dd62f5296e5203973e345b7ae265c (patch) | |
tree | 9bba418b061b384c2a590d814fbacee96cde5718 /contrib/libs | |
parent | c77c9275fd1d47b32d28772616889a217dea4b2d (diff) | |
download | ydb-4cb99ccde48dd62f5296e5203973e345b7ae265c.tar.gz |
Intermediate changes
commit_hash:60788997a56acd9e08cf68366cf5861243a61cba
Diffstat (limited to 'contrib/libs')
-rw-r--r-- | contrib/libs/cxxsupp/builtins/.yandex_meta/build.ym | 2 | ||||
-rw-r--r-- | contrib/libs/cxxsupp/builtins/ya.make | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/contrib/libs/cxxsupp/builtins/.yandex_meta/build.ym b/contrib/libs/cxxsupp/builtins/.yandex_meta/build.ym index 149266d27fc..7b0fcdf701b 100644 --- a/contrib/libs/cxxsupp/builtins/.yandex_meta/build.ym +++ b/contrib/libs/cxxsupp/builtins/.yandex_meta/build.ym @@ -1,6 +1,6 @@ {% extends '//builtin/bag.ym' %} -{% block current_version %}20.1.4{% endblock %} +{% block current_version %}20.1.5{% endblock %} {% block current_url %} https://github.com/llvm/llvm-project/releases/download/llvmorg-{{self.version().strip()}}/compiler-rt-{{self.version().strip()}}.src.tar.xz diff --git a/contrib/libs/cxxsupp/builtins/ya.make b/contrib/libs/cxxsupp/builtins/ya.make index 5335f7cc9fc..3b86670e076 100644 --- a/contrib/libs/cxxsupp/builtins/ya.make +++ b/contrib/libs/cxxsupp/builtins/ya.make @@ -12,9 +12,9 @@ LICENSE( LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(20.1.4) +VERSION(20.1.5) -ORIGINAL_SOURCE(https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.4/compiler-rt-20.1.4.src.tar.xz) +ORIGINAL_SOURCE(https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.5/compiler-rt-20.1.5.src.tar.xz) NO_COMPILER_WARNINGS() |