Skip to content

llvm14->llvm16 #14758

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Feb 26, 2025
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ydb/core/actorlib_impl/ut/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ PEERDIR(
library/cpp/svnversion
ydb/core/testlib/actors
ydb/core/testlib/basics/default
yql/essentials/minikql/comp_nodes/llvm14
yql/essentials/minikql/comp_nodes/llvm16
)

SRCS(
Expand Down
2 changes: 1 addition & 1 deletion ydb/core/base/ut_board_subscriber/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ PEERDIR(
ydb/core/testlib/basics
ydb/core/base
ydb/core/testlib/basics/default
yql/essentials/minikql/comp_nodes/llvm14
yql/essentials/minikql/comp_nodes/llvm16
)

YQL_LAST_ABI_VERSION()
Expand Down
2 changes: 1 addition & 1 deletion ydb/core/blobstorage/ut_blobstorage/lib/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ PEERDIR(
ydb/core/tx/coordinator
ydb/core/tx/scheme_board
ydb/core/util
yql/essentials/minikql/comp_nodes/llvm14
yql/essentials/minikql/comp_nodes/llvm16
yql/essentials/public/udf/service/exception_policy
yql/essentials/sql/pg_dummy
ydb/core/util/actorsys_test
Expand Down
2 changes: 1 addition & 1 deletion ydb/core/client/metadata/ut/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ SRCS(
)

PEERDIR(
yql/essentials/minikql/invoke_builtins/llvm14
yql/essentials/minikql/invoke_builtins/llvm16
yql/essentials/public/udf/service/stub
yql/essentials/sql/pg_dummy
)
Expand Down
2 changes: 1 addition & 1 deletion ydb/core/control/ut/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ PEERDIR(
ydb/services/persqueue_v1
ydb/services/kesus
ydb/services/persqueue_cluster_discovery
yql/essentials/minikql/comp_nodes/llvm14
yql/essentials/minikql/comp_nodes/llvm16
yql/essentials/public/udf/service/exception_policy
)

Expand Down
6 changes: 3 additions & 3 deletions ydb/core/driver_lib/run/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,10 @@ PEERDIR(
ydb/library/folder_service/proto
ydb/library/pdisk_io
ydb/library/security
yql/essentials/minikql/comp_nodes/llvm14
yql/essentials/minikql/comp_nodes/llvm16
yt/yql/providers/yt/codec/codegen
yt/yql/providers/yt/comp_nodes/llvm14
yt/yql/providers/yt/comp_nodes/dq/llvm14
yt/yql/providers/yt/comp_nodes/llvm16
yt/yql/providers/yt/comp_nodes/dq/llvm16
ydb/library/yql/providers/pq/cm_client
ydb/library/yql/providers/s3/actors
yql/essentials/public/udf/service/exception_policy
Expand Down
2 changes: 1 addition & 1 deletion ydb/core/external_sources/hive_metastore/ut/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ PEERDIR(
ydb/core/testlib/actors
ydb/core/testlib/basics
yql/essentials/minikql/comp_nodes
yql/essentials/minikql/comp_nodes/llvm14
yql/essentials/minikql/comp_nodes/llvm16
yql/essentials/sql/pg_dummy
)

Expand Down
2 changes: 1 addition & 1 deletion ydb/core/fq/libs/checkpointing/ut/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ PEERDIR(
ydb/core/fq/libs/checkpointing
ydb/core/testlib/actors
ydb/core/testlib/basics/default
yql/essentials/minikql/comp_nodes/llvm14
yql/essentials/minikql/comp_nodes/llvm16
)

SIZE(MEDIUM)
Expand Down
2 changes: 1 addition & 1 deletion ydb/core/kqp/gateway/ut/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ PEERDIR(
ydb/services/kesus
ydb/services/ydb
ydb/services/persqueue_cluster_discovery
yql/essentials/minikql/comp_nodes/llvm14
yql/essentials/minikql/comp_nodes/llvm16
ydb/services/metadata
yql/essentials/sql/pg
)
Expand Down
2 changes: 1 addition & 1 deletion ydb/core/kqp/runtime/ut/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ YQL_LAST_ABI_VERSION()
PEERDIR(
library/cpp/testing/unittest
ydb/core/testlib/basics/pg
yql/essentials/minikql/comp_nodes/llvm14
yql/essentials/minikql/comp_nodes/llvm16
yql/essentials/public/udf/service/exception_policy
)

Expand Down
2 changes: 1 addition & 1 deletion ydb/core/kqp/runtime/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ PEERDIR(
ydb/library/yql/dq/actors/spilling
ydb/library/yql/dq/common
ydb/library/yql/dq/runtime
yql/essentials/minikql/computation/llvm14
yql/essentials/minikql/computation/llvm16
yql/essentials/minikql/comp_nodes
yql/essentials/utils
)
Expand Down
2 changes: 1 addition & 1 deletion ydb/core/mind/bscontroller/ut_selfheal/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ PEERDIR(
ydb/core/blobstorage/pdisk/mock
ydb/core/mind/bscontroller
ydb/core/tx/scheme_board
yql/essentials/minikql/comp_nodes/llvm14
yql/essentials/minikql/comp_nodes/llvm16
yql/essentials/public/udf/service/stub
yql/essentials/sql/pg_dummy
)
Expand Down
2 changes: 1 addition & 1 deletion ydb/core/public_http/ut/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ PEERDIR(
yql/essentials/sql/pg_dummy
ydb/services/kesus
ydb/services/persqueue_cluster_discovery
yql/essentials/minikql/comp_nodes/llvm14
yql/essentials/minikql/comp_nodes/llvm16
)

YQL_LAST_ABI_VERSION()
Expand Down
2 changes: 1 addition & 1 deletion ydb/core/testlib/basics/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ PEERDIR(
ydb/core/tx/scheme_board
ydb/core/tx/schemeshard
ydb/core/util
yql/essentials/minikql/invoke_builtins/llvm14
yql/essentials/minikql/invoke_builtins/llvm16
yql/essentials/public/udf/service/exception_policy
ydb/services/kesus
ydb/services/persqueue_cluster_discovery
Expand Down
6 changes: 3 additions & 3 deletions ydb/core/testlib/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,11 @@ PEERDIR(
ydb/library/mkql_proto/protos
ydb/library/persqueue/topic_parser
ydb/library/security
yql/essentials/minikql/comp_nodes/llvm14
yql/essentials/minikql/comp_nodes/llvm16
ydb/library/yql/providers/s3/actors_factory
yt/yql/providers/yt/codec/codegen
yt/yql/providers/yt/comp_nodes/llvm14
yt/yql/providers/yt/comp_nodes/dq/llvm14
yt/yql/providers/yt/comp_nodes/llvm16
yt/yql/providers/yt/comp_nodes/dq/llvm16
yql/essentials/public/udf/service/exception_policy
ydb/public/api/protos
ydb/public/lib/base
Expand Down
2 changes: 1 addition & 1 deletion ydb/core/tx/columnshard/splitter/ut/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ PEERDIR(
ydb/core/tx/columnshard/data_accessor
ydb/core/tx
ydb/core/mind
yql/essentials/minikql/comp_nodes/llvm14
yql/essentials/minikql/comp_nodes/llvm16
yql/essentials/public/udf/service/exception_policy
yql/essentials/sql/pg
ydb/services/kesus
Expand Down
2 changes: 1 addition & 1 deletion ydb/core/tx/scheme_board/ut_monitoring/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ PEERDIR(
ydb/library/actors/core
library/cpp/testing/unittest
ydb/core/testlib/basics/default
yql/essentials/minikql/comp_nodes/llvm14
yql/essentials/minikql/comp_nodes/llvm16
)

YQL_LAST_ABI_VERSION()
Expand Down
2 changes: 1 addition & 1 deletion ydb/core/tx/scheme_board/ut_replica/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SIZE(MEDIUM)

PEERDIR(
library/cpp/testing/unittest
yql/essentials/minikql/comp_nodes/llvm14
yql/essentials/minikql/comp_nodes/llvm16
ydb/core/testlib/basics/default
)

Expand Down
2 changes: 1 addition & 1 deletion ydb/core/tx/scheme_board/ut_subscriber/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ PEERDIR(
ydb/library/actors/interconnect
library/cpp/testing/unittest
ydb/core/testlib/basics/default
yql/essentials/minikql/comp_nodes/llvm14
yql/essentials/minikql/comp_nodes/llvm16
)

YQL_LAST_ABI_VERSION()
Expand Down
2 changes: 1 addition & 1 deletion ydb/core/tx/schemeshard/ut_ru_calculator/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ PEERDIR(

ydb/services/kesus
ydb/services/persqueue_cluster_discovery
yql/essentials/minikql/comp_nodes/llvm14
yql/essentials/minikql/comp_nodes/llvm16

)

Expand Down
2 changes: 1 addition & 1 deletion ydb/core/wrappers/ut/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ IF (NOT OS_WINDOWS)
contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core
ydb/core/protos
ydb/core/testlib/basics/default
yql/essentials/minikql/comp_nodes/llvm14
yql/essentials/minikql/comp_nodes/llvm16
ydb/core/wrappers/ut_helpers
)
SRCS(
Expand Down
2 changes: 1 addition & 1 deletion ydb/library/mkql_proto/ut/helpers/ya.make
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
LIBRARY()

PEERDIR(
yql/essentials/minikql/comp_nodes/llvm14
yql/essentials/minikql/comp_nodes/llvm16
library/cpp/testing/unittest
contrib/libs/protobuf
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ PEERDIR(
ydb/library/yql/providers/dq/actors/yt
ydb/library/yql/providers/dq/actors
ydb/library/yql/dq/actors/compute
yql/essentials/minikql/computation/llvm14
yql/essentials/minikql/comp_nodes/llvm14
yql/essentials/minikql/computation/llvm16
yql/essentials/minikql/comp_nodes/llvm16

yql/essentials/core/dq_integration/transform
ydb/library/yql/dq/comp_nodes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ PEERDIR(
yql/essentials/providers/result/provider
yql/essentials/public/udf/service/stub
yql/essentials/sql
yql/essentials/minikql/invoke_builtins/llvm14
yql/essentials/minikql/invoke_builtins/llvm16
yql/essentials/sql/pg_dummy
)

Expand Down
2 changes: 1 addition & 1 deletion ydb/library/yql/providers/pq/provider/ut/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ PEERDIR(
yql/essentials/core/services/mounts
ydb/library/yql/dq/comp_nodes
ydb/library/yql/dq/transform
yql/essentials/minikql/comp_nodes/llvm14
yql/essentials/minikql/comp_nodes/llvm16
yql/essentials/providers/common/comp_nodes
ydb/library/yql/providers/common/db_id_async_resolver
ydb/library/yql/providers/dq/local_gateway
Expand Down
4 changes: 2 additions & 2 deletions ydb/library/yql/providers/solomon/async_io/ut/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ PEERDIR(
library/cpp/http/simple
library/cpp/retry
ydb/core/testlib/basics
yql/essentials/minikql/computation/llvm14
yql/essentials/minikql/comp_nodes/llvm14
yql/essentials/minikql/computation/llvm16
yql/essentials/minikql/comp_nodes/llvm16
yql/essentials/public/udf/service/exception_policy
yql/essentials/sql
yql/essentials/sql/pg_dummy
Expand Down
4 changes: 2 additions & 2 deletions ydb/library/yql/tools/dq/service_node/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ IF (NOT OS_WINDOWS)
yql/essentials/utils/log/proto
ydb/library/yql/providers/dq/provider
ydb/library/yql/providers/dq/worker_manager/interface
yql/essentials/minikql/invoke_builtins/llvm14
yql/essentials/minikql/invoke_builtins/llvm16
yql/essentials/utils/backtrace
ydb/library/yql/providers/dq/service
ydb/library/yql/providers/dq/metrics
ydb/library/yql/providers/dq/stats_collector
ydb/library/yql/providers/yt/dq_task_preprocessor
ydb/library/yql/providers/dq/global_worker_manager
ydb/library/yql/providers/dq/actors/yt
yt/yql/providers/yt/comp_nodes/llvm14
yt/yql/providers/yt/comp_nodes/llvm16
yt/yql/providers/yt/codec/codegen
yt/yt/client
)
Expand Down
6 changes: 3 additions & 3 deletions ydb/library/yql/tools/dq/worker_node/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ IF (NOT OS_WINDOWS)
ydb/library/yql/dq/comp_nodes
yql/essentials/core/dq_integration/transform
ydb/library/yql/dq/transform
yql/essentials/minikql/comp_nodes/llvm14
yql/essentials/minikql/comp_nodes/llvm16
ydb/library/yql/providers/clickhouse/actors
yql/essentials/providers/common/comp_nodes
ydb/library/yql/providers/dq/runtime
Expand All @@ -31,8 +31,8 @@ IF (NOT OS_WINDOWS)
yql/essentials/utils/failure_injector
yql/essentials/utils/backtrace
yql/essentials/utils/network
yt/yql/providers/yt/comp_nodes/dq/llvm14
yt/yql/providers/yt/comp_nodes/llvm14
yt/yql/providers/yt/comp_nodes/dq/llvm16
yt/yql/providers/yt/comp_nodes/llvm16
yt/yql/providers/yt/codec/codegen
yt/yql/providers/yt/mkql_dq
ydb/library/yql/providers/dq/actors/yt
Expand Down
8 changes: 4 additions & 4 deletions ydb/library/yql/tools/dqrun/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ ENDIF()
ydb/library/yql/dq/opt
yql/essentials/core/dq_integration/transform
ydb/library/yql/dq/transform
yql/essentials/minikql/comp_nodes/llvm14
yql/essentials/minikql/invoke_builtins/llvm14
yql/essentials/minikql/comp_nodes/llvm16
yql/essentials/minikql/invoke_builtins/llvm16
ydb/library/yql/providers/clickhouse/actors
ydb/library/yql/providers/clickhouse/provider
yql/essentials/providers/common/comp_nodes
Expand Down Expand Up @@ -83,15 +83,15 @@ ENDIF()
yql/essentials/core/url_lister
yql/essentials/core/pg_ext
ydb/library/yql/providers/yt/actors
yt/yql/providers/yt/comp_nodes/dq/llvm14
yt/yql/providers/yt/comp_nodes/dq/llvm16
ydb/library/yql/providers/yt/dq_task_preprocessor
yt/yql/providers/yt/gateway/file
yt/yql/providers/yt/gateway/native
yt/yql/providers/yt/codec/codegen
yt/yql/providers/yt/mkql_dq
yt/yql/providers/yt/provider
yt/yql/providers/yt/codec/codegen
yt/yql/providers/yt/comp_nodes/llvm14
yt/yql/providers/yt/comp_nodes/llvm16
yt/yql/providers/yt/lib/yt_download
yt/yql/providers/yt/lib/yt_url_lister
yt/yql/providers/yt/lib/config_clusters
Expand Down
2 changes: 1 addition & 1 deletion ydb/library/yql/utils/actors/ut/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ IF (OS_LINUX OR OS_DARWIN)

PEERDIR(
ydb/core/testlib/basics/default
yql/essentials/minikql/comp_nodes/llvm14
yql/essentials/minikql/comp_nodes/llvm16
)

END()
Expand Down
4 changes: 2 additions & 2 deletions ydb/tests/fq/pq_async_io/ut/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ SRCS(

PEERDIR(
ydb/core/testlib/basics/default
yql/essentials/minikql/comp_nodes/llvm14
yql/essentials/minikql/computation/llvm14
yql/essentials/minikql/comp_nodes/llvm16
yql/essentials/minikql/computation/llvm16
yql/essentials/providers/common/comp_nodes
ydb/library/yql/providers/common/ut_helpers
ydb/library/yql/providers/pq/gateway/native
Expand Down
2 changes: 1 addition & 1 deletion ydb/tests/fq/pq_async_io/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SRCS(
)

PEERDIR(
yql/essentials/minikql/computation/llvm14
yql/essentials/minikql/computation/llvm16
ydb/library/yql/providers/common/ut_helpers
ydb/library/yql/providers/pq/gateway/dummy
ydb/public/sdk/cpp/src/client/topic
Expand Down
4 changes: 2 additions & 2 deletions ydb/tools/query_replay/common_deps.inc
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ SET(YDB_REPLAY_PEERDIRS
ydb/core/tx/time_cast
ydb/core/tx/tx_proxy
yql/essentials/core/services/mounts
yql/essentials/minikql/comp_nodes/llvm14
yql/essentials/minikql/comp_nodes/llvm16
yt/yql/providers/yt/codec/codegen
yt/yql/providers/yt/comp_nodes/llvm14
yt/yql/providers/yt/comp_nodes/llvm16
yql/essentials/public/udf/service/exception_policy
ydb/public/api/protos
ydb/public/lib/base
Expand Down
4 changes: 2 additions & 2 deletions ydb/tools/query_replay_yt/common_deps.inc
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ SET(YDB_REPLAY_PEERDIRS
ydb/core/tx/time_cast
ydb/core/tx/tx_proxy
yql/essentials/core/services/mounts
yql/essentials/minikql/comp_nodes/llvm14
yql/essentials/minikql/comp_nodes/llvm16
yt/yql/providers/yt/codec/codegen
yt/yql/providers/yt/comp_nodes/llvm14
yt/yql/providers/yt/comp_nodes/llvm16
yql/essentials/public/udf/service/exception_policy
ydb/public/api/protos
ydb/public/lib/base
Expand Down
2 changes: 1 addition & 1 deletion ydb/tools/stress_tool/ut/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ PEERDIR(
ydb/apps/version
yql/essentials/parser/pg_wrapper
yql/essentials/sql/pg
yql/essentials/minikql/comp_nodes/llvm14
yql/essentials/minikql/comp_nodes/llvm16
)

END()
Expand Down
2 changes: 1 addition & 1 deletion ydb/tools/stress_tool/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ PEERDIR(
ydb/library/pdisk_io
yql/essentials/parser/pg_wrapper
yql/essentials/sql/pg
yql/essentials/minikql/comp_nodes/llvm14
yql/essentials/minikql/comp_nodes/llvm16
ydb/tools/stress_tool/lib
ydb/tools/stress_tool/proto
)
Expand Down
Loading