summaryrefslogtreecommitdiffstats
path: root/contrib/libs/cxxsupp/openmp
diff options
context:
space:
mode:
authorrobot-piglet <[email protected]>2025-10-08 17:53:48 +0300
committerrobot-piglet <[email protected]>2025-10-08 18:13:33 +0300
commit3523178f66a5fc31af2885e07b434b677efa2bf0 (patch)
tree4a895083d06b301e17bf313ba5a626af344c0978 /contrib/libs/cxxsupp/openmp
parentbbce3d953dd66846991e40019985f2075951b239 (diff)
Intermediate changes
commit_hash:39978afd806b807ddc0b745f048c16bc98afd9c0
Diffstat (limited to 'contrib/libs/cxxsupp/openmp')
-rw-r--r--contrib/libs/cxxsupp/openmp/.yandex_meta/override.nix4
-rw-r--r--contrib/libs/cxxsupp/openmp/ya.make4
2 files changed, 4 insertions, 4 deletions
diff --git a/contrib/libs/cxxsupp/openmp/.yandex_meta/override.nix b/contrib/libs/cxxsupp/openmp/.yandex_meta/override.nix
index 877e037ad87..378264e41aa 100644
--- a/contrib/libs/cxxsupp/openmp/.yandex_meta/override.nix
+++ b/contrib/libs/cxxsupp/openmp/.yandex_meta/override.nix
@@ -1,12 +1,12 @@
pkgs: attrs: with pkgs; with attrs; rec {
pname = "openmp";
- version = "21.1.1";
+ version = "21.1.2";
src = fetchFromGitHub {
owner = "llvm";
repo = "llvm-project";
rev = "llvmorg-${version}";
- hash = "sha256-IB9Z3bIMwfgw2W2Vxo89CmtCM9DfOyV2Ei64nqgHrgc=";
+ hash = "sha256-SgZdBL0ivfv6/4EqmPQ+I57qT2t6i/rqnm20+T1BsFY=";
};
buildInputs = [ pkgs.python3 ];
diff --git a/contrib/libs/cxxsupp/openmp/ya.make b/contrib/libs/cxxsupp/openmp/ya.make
index 011bd150948..daea1bbd8b8 100644
--- a/contrib/libs/cxxsupp/openmp/ya.make
+++ b/contrib/libs/cxxsupp/openmp/ya.make
@@ -12,9 +12,9 @@ LICENSE(
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
-VERSION(21.1.1)
+VERSION(21.1.2)
-ORIGINAL_SOURCE(https://github.com/llvm/llvm-project/archive/llvmorg-21.1.1.tar.gz)
+ORIGINAL_SOURCE(https://github.com/llvm/llvm-project/archive/llvmorg-21.1.2.tar.gz)
ADDINCL(
GLOBAL contrib/libs/cxxsupp/openmp