diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2025-01-27 00:01:10 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2025-01-27 00:16:57 +0300 |
commit | 1745f60703b51cda97f4b4c13d7f69d85916ddd2 (patch) | |
tree | 286cffc458264b91e24062ca75fa95284e93c9bf /contrib/libs | |
parent | 19ca351db376d4e785f68758db99eaa6ce92084c (diff) | |
download | ydb-1745f60703b51cda97f4b4c13d7f69d85916ddd2.tar.gz |
Intermediate changes
commit_hash:a3209cc0216ad32cf74f875502351387cd6e2e0a
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 ff0d9d0401..ac76bc2e97 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 %}19.1.6{% endblock %} +{% block current_version %}19.1.7{% 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 fd0988489d..b6d7a872ab 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(19.1.6) +VERSION(19.1.7) -ORIGINAL_SOURCE(https://github.com/llvm/llvm-project/releases/download/llvmorg-19.1.6/compiler-rt-19.1.6.src.tar.xz) +ORIGINAL_SOURCE(https://github.com/llvm/llvm-project/releases/download/llvmorg-19.1.7/compiler-rt-19.1.7.src.tar.xz) NO_COMPILER_WARNINGS() |