Browse Source

Intermediate changes

robot-piglet 1 year ago
parent
commit
f37c4c9349

+ 2 - 1
.gitignore

@@ -8,8 +8,9 @@
 # Unignore all files inside canondata dir
 !*/canondata/*
 
-# Compiled dynamic C libraries
+# C libraries
 *.so
+*.a
 
 # Byte-compiled / optimized / DLL files
 __pycache__/

+ 5 - 5
build/external_resources/ymake/public.resources.json

@@ -1,19 +1,19 @@
 {
     "by_platform": {
         "darwin": {
-            "uri": "sbr:5443071926"
+            "uri": "sbr:5476908047"
         },
         "darwin-arm64": {
-            "uri": "sbr:5443066470"
+            "uri": "sbr:5476891477"
         },
         "linux": {
-            "uri": "sbr:5443068824"
+            "uri": "sbr:5476896849"
         },
         "linux-aarch64": {
-            "uri": "sbr:5443067977"
+            "uri": "sbr:5476895322"
         },
         "win32-clang-cl": {
-            "uri": "sbr:5443068659"
+            "uri": "sbr:5476896707"
         }
     }
 }

+ 5 - 5
build/external_resources/ymake/resources.json

@@ -1,19 +1,19 @@
 {
     "by_platform": {
         "darwin": {
-            "uri": "sbr:5443051526"
+            "uri": "sbr:5476872784"
         },
         "darwin-arm64": {
-            "uri": "sbr:5443049933"
+            "uri": "sbr:5476874982"
         },
         "linux": {
-            "uri": "sbr:5443071824"
+            "uri": "sbr:5476877550"
         },
         "linux-aarch64": {
-            "uri": "sbr:5443056096"
+            "uri": "sbr:5476883701"
         },
         "win32-clang-cl": {
-            "uri": "sbr:5443077529"
+            "uri": "sbr:5476894202"
         }
     }
 }

+ 10 - 10
build/mapping.conf.json

@@ -85,11 +85,11 @@
         "5433628204": "https://devtools-registry.s3.yandex.net/5433628204",
         "5433626802": "https://devtools-registry.s3.yandex.net/5433626802",
         "5433622361": "https://devtools-registry.s3.yandex.net/5433622361",
-        "5443071926": "https://devtools-registry.s3.yandex.net/5443071926",
-        "5443066470": "https://devtools-registry.s3.yandex.net/5443066470",
-        "5443068824": "https://devtools-registry.s3.yandex.net/5443068824",
-        "5443067977": "https://devtools-registry.s3.yandex.net/5443067977",
-        "5443068659": "https://devtools-registry.s3.yandex.net/5443068659",
+        "5476908047": "https://devtools-registry.s3.yandex.net/5476908047",
+        "5476891477": "https://devtools-registry.s3.yandex.net/5476891477",
+        "5476896849": "https://devtools-registry.s3.yandex.net/5476896849",
+        "5476895322": "https://devtools-registry.s3.yandex.net/5476895322",
+        "5476896707": "https://devtools-registry.s3.yandex.net/5476896707",
         "2980468199": "https://devtools-registry.s3.yandex.net/2980468199"
     },
     "resources_descriptions": {
@@ -177,11 +177,11 @@
         "5433628204": "yexport for darwin",
         "5433626802": "yexport for darwin-arm64",
         "5433622361": "yexport for linux",
-        "5443071926": "ymake for darwin",
-        "5443066470": "ymake for darwin-arm64",
-        "5443068824": "ymake for linux",
-        "5443067977": "ymake for linux-aarch64",
-        "5443068659": "ymake.exe for win32-clang-cl",
+        "5476908047": "ymake for darwin",
+        "5476891477": "ymake for darwin-arm64",
+        "5476896849": "ymake for linux",
+        "5476895322": "ymake for linux-aarch64",
+        "5476896707": "ymake.exe for win32-clang-cl",
         "2980468199": "ytexec for linux"
     },
     "tasks": {}

+ 1 - 5
build/platform/lld/ya.make

@@ -2,11 +2,7 @@ RESOURCES_LIBRARY()
 
 LICENSE(Service-Prebuilt-Tool)
 
-IF (CLANG16)
-    DEFAULT(LLD_VERSION 16)
-ELSE()
-    DEFAULT(LLD_VERSION 14)
-ENDIF()
+DEFAULT(LLD_VERSION ${CLANG_VER})
 
 IF (LLD_VERSION == 14)
     DECLARE_EXTERNAL_HOST_RESOURCES_BUNDLE_BY_JSON(LLD_ROOT lld14.json)

+ 9 - 0
contrib/go/_std_1.21/src/internal/goexperiment/exp_coverageredesign_off.go

@@ -0,0 +1,9 @@
+// Code generated by mkconsts.go. DO NOT EDIT.
+
+//go:build !goexperiment.coverageredesign
+// +build !goexperiment.coverageredesign
+
+package goexperiment
+
+const CoverageRedesign = false
+const CoverageRedesignInt = 0

+ 0 - 9
contrib/go/_std_1.21/src/internal/goexperiment/exp_coverageredesign_on.go

@@ -1,9 +0,0 @@
-// Code generated by mkconsts.go. DO NOT EDIT.
-
-//go:build goexperiment.coverageredesign
-// +build goexperiment.coverageredesign
-
-package goexperiment
-
-const CoverageRedesign = true
-const CoverageRedesignInt = 1

+ 1 - 1
contrib/go/_std_1.21/src/internal/goexperiment/ya.make

@@ -5,7 +5,7 @@ SRCS(
     exp_boringcrypto_off.go
     exp_cacheprog_off.go
     exp_cgocheck2_off.go
-    exp_coverageredesign_on.go
+    exp_coverageredesign_off.go
     exp_fieldtrack_off.go
     exp_heapminimum512kib_off.go
     exp_loopvar_off.go

+ 1 - 1
contrib/libs/cxxsupp/libcxx/include/__memory/shared_ptr.h

@@ -35,7 +35,7 @@
 #include <stdexcept>
 #include <type_traits>
 #include <typeinfo>
-#if !defined(_LIBCPP_HAS_NO_THREADS) // !defined(_LIBCPP_HAS_NO_ATOMIC_HEADER)
+#if !defined(_LIBCPP_HAS_NO_ATOMIC_HEADER)
 #  include <atomic>
 #endif
 

+ 0 - 1
contrib/libs/cxxsupp/libcxx/include/__random/log2.h

@@ -11,7 +11,6 @@
 
 #include <__config>
 #include <cstddef>
-#include <limits>
 #include <type_traits>
 
 #if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)

Some files were not shown because too many files changed in this diff