diff options
| author | robot-piglet <[email protected]> | 2025-01-01 15:28:52 +0300 |
|---|---|---|
| committer | robot-piglet <[email protected]> | 2025-01-01 15:41:52 +0300 |
| commit | 8f6b31efc865691ea4765918169eb0d20757acc7 (patch) | |
| tree | a7bc197b29e81c9dd724576fbf76f21dd288f88c | |
| parent | 77b92aec56c77d5de8fcf3a5a4543695e81dc9ef (diff) | |
Intermediate changes
commit_hash:492f129c6882c152a598e9461a17cc2d9e133629
| -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 27c01eea25f..4d8814ff185 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.5{% endblock %} +{% block current_version %}19.1.6{% 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 e404ed7dcd3..fd0988489da 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.5) +VERSION(19.1.6) -ORIGINAL_SOURCE(https://github.com/llvm/llvm-project/releases/download/llvmorg-19.1.5/compiler-rt-19.1.5.src.tar.xz) +ORIGINAL_SOURCE(https://github.com/llvm/llvm-project/releases/download/llvmorg-19.1.6/compiler-rt-19.1.6.src.tar.xz) NO_COMPILER_WARNINGS() |
