Skip to content

YQL-15941 avoid llvm version pinning where possible #677

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 2 commits into from
Dec 25, 2023
Merged
Show file tree
Hide file tree
Changes from all 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
1 change: 1 addition & 0 deletions ydb/core/actorlib_impl/ut/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ PEERDIR(
library/cpp/svnversion
ydb/core/testlib/actors
ydb/core/testlib/basics/default
ydb/library/yql/minikql/comp_nodes/llvm
)

SRCS(
Expand Down
1 change: 1 addition & 0 deletions ydb/core/base/ut_board_subscriber/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ PEERDIR(
ydb/core/testlib/basics
ydb/core/base
ydb/core/testlib/basics/default
ydb/library/yql/minikql/comp_nodes/llvm
)

YQL_LAST_ABI_VERSION()
Expand Down
1 change: 1 addition & 0 deletions ydb/core/blobstorage/ut_blobstorage/lib/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ PEERDIR(
ydb/core/tx/coordinator
ydb/core/tx/scheme_board
ydb/core/util
ydb/library/yql/minikql/comp_nodes/llvm
ydb/library/yql/public/udf/service/exception_policy
ydb/library/yql/sql/pg_dummy
)
Expand Down
1 change: 1 addition & 0 deletions ydb/core/client/metadata/ut/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ SRCS(
)

PEERDIR(
ydb/library/yql/minikql/invoke_builtins/llvm
ydb/library/yql/public/udf/service/stub
ydb/library/yql/sql/pg_dummy
)
Expand Down
2 changes: 1 addition & 1 deletion ydb/core/client/metadata/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ SRCS(
PEERDIR(
ydb/core/protos
ydb/core/scheme_types
ydb/library/yql/minikql/invoke_builtins/llvm
ydb/library/yql/minikql
)

YQL_LAST_ABI_VERSION()
Expand Down
2 changes: 1 addition & 1 deletion ydb/core/engine/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ PEERDIR(
ydb/library/mkql_proto/protos
# ydb/library/mkql_proto/ut/helpers
ydb/public/api/protos
ydb/library/yql/minikql/comp_nodes/llvm
ydb/library/yql/minikql/comp_nodes
ydb/library/yql/parser/pg_wrapper/interface
ydb/library/yql/public/decimal
)
Expand Down
2 changes: 1 addition & 1 deletion ydb/core/fq/libs/actors/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ PEERDIR(
ydb/library/yql/core/facade
ydb/library/yql/core/services/mounts
ydb/library/yql/dq/integration/transform
ydb/library/yql/minikql/comp_nodes/llvm
ydb/library/yql/minikql/comp_nodes
ydb/library/yql/providers/common/codec
ydb/library/yql/providers/common/comp_nodes
ydb/library/yql/providers/common/db_id_async_resolver
Expand Down
1 change: 1 addition & 0 deletions ydb/core/fq/libs/checkpointing/ut/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ PEERDIR(
ydb/core/fq/libs/checkpointing
ydb/core/testlib/actors
ydb/core/testlib/basics/default
ydb/library/yql/minikql/comp_nodes/llvm
)

SIZE(MEDIUM)
Expand Down
2 changes: 1 addition & 1 deletion ydb/core/fq/libs/init/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ PEERDIR(
ydb/library/folder_service
ydb/library/folder_service/proto
ydb/library/security
ydb/library/yql/minikql/comp_nodes/llvm
ydb/library/yql/minikql/comp_nodes
ydb/library/yql/utils/actor_log
ydb/library/yql/dq/actors/compute
ydb/library/yql/dq/comp_nodes
Expand Down
2 changes: 1 addition & 1 deletion ydb/core/fq/libs/mock/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ PEERDIR(
ydb/library/yql/core/facade
ydb/library/yql/core/services/mounts
ydb/library/yql/dq/integration/transform
ydb/library/yql/minikql/comp_nodes/llvm
ydb/library/yql/minikql/comp_nodes
ydb/library/yql/providers/clickhouse/provider
ydb/library/yql/providers/common/codec
ydb/library/yql/providers/common/comp_nodes
Expand Down
2 changes: 1 addition & 1 deletion ydb/core/fq/libs/result_formatter/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ PEERDIR(
library/cpp/json/yson
ydb/library/mkql_proto
ydb/library/yql/ast
ydb/library/yql/minikql/computation/llvm
ydb/library/yql/minikql/computation
ydb/library/yql/public/udf
ydb/public/api/protos
ydb/public/sdk/cpp/client/ydb_proto
Expand Down
2 changes: 1 addition & 1 deletion ydb/core/kqp/host/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ PEERDIR(
ydb/core/kqp/provider
ydb/core/tx/long_tx_service/public
ydb/library/yql/core/services
ydb/library/yql/minikql/invoke_builtins/llvm
ydb/library/yql/minikql/invoke_builtins
ydb/library/yql/sql
ydb/library/yql/core
ydb/library/yql/providers/common/codec
Expand Down
1 change: 1 addition & 0 deletions ydb/core/kqp/runtime/ut/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ YQL_LAST_ABI_VERSION()
PEERDIR(
library/cpp/testing/unittest
ydb/core/testlib/basics/default
ydb/library/yql/minikql/comp_nodes/llvm
ydb/library/yql/public/udf/service/exception_policy
)

Expand Down
3 changes: 2 additions & 1 deletion ydb/core/kqp/runtime/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ PEERDIR(
ydb/core/protos
ydb/core/scheme
ydb/core/ydb_convert
ydb/library/yql/minikql/comp_nodes/llvm
ydb/library/yql/minikql/computation/llvm
ydb/library/yql/minikql/comp_nodes
ydb/library/yql/utils
ydb/library/yql/dq/actors/protos
ydb/library/yql/dq/actors/spilling
Expand Down
1 change: 1 addition & 0 deletions ydb/core/mind/bscontroller/ut_selfheal/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ PEERDIR(
ydb/core/blobstorage/pdisk/mock
ydb/core/mind/bscontroller
ydb/core/tx/scheme_board
ydb/library/yql/minikql/comp_nodes/llvm
ydb/library/yql/public/udf/service/stub
ydb/library/yql/sql/pg_dummy
)
Expand Down
1 change: 1 addition & 0 deletions ydb/core/tx/columnshard/splitter/ut/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ PEERDIR(
ydb/core/tx/tx_proxy
ydb/core/tx
ydb/core/mind
ydb/library/yql/minikql/comp_nodes/llvm
ydb/library/yql/public/udf/service/exception_policy
ydb/library/yql/sql/pg
)
Expand Down
2 changes: 1 addition & 1 deletion ydb/core/tx/program/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ PEERDIR(
ydb/core/formats/arrow
ydb/core/protos
ydb/core/tablet_flat
ydb/library/yql/minikql/comp_nodes/llvm
ydb/library/yql/minikql/comp_nodes
ydb/library/yql/core/arrow_kernels/registry
)

Expand Down
1 change: 1 addition & 0 deletions ydb/core/tx/scheme_board/ut_monitoring/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ PEERDIR(
ydb/library/actors/core
library/cpp/testing/unittest
ydb/core/testlib/basics/default
ydb/library/yql/minikql/comp_nodes/llvm
)

YQL_LAST_ABI_VERSION()
Expand Down
1 change: 1 addition & 0 deletions ydb/core/tx/scheme_board/ut_replica/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ TIMEOUT(600)

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

Expand Down
1 change: 1 addition & 0 deletions ydb/core/tx/scheme_board/ut_subscriber/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ PEERDIR(
ydb/library/actors/interconnect
library/cpp/testing/unittest
ydb/core/testlib/basics/default
ydb/library/yql/minikql/comp_nodes/llvm
)

YQL_LAST_ABI_VERSION()
Expand Down
1 change: 1 addition & 0 deletions ydb/core/wrappers/ut/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ IF (NOT OS_WINDOWS)
library/cpp/testing/unittest
ydb/core/protos
ydb/core/testlib/basics/default
ydb/library/yql/minikql/comp_nodes/llvm
ydb/core/wrappers/ut_helpers
)
SRCS(
Expand Down
2 changes: 1 addition & 1 deletion ydb/library/mkql_proto/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ LIBRARY()

PEERDIR(
ydb/library/mkql_proto/protos
ydb/library/yql/minikql/computation/llvm
ydb/library/yql/minikql/computation
ydb/library/yql/parser/pg_catalog
ydb/library/yql/providers/common/codec
ydb/public/api/protos
Expand Down
2 changes: 1 addition & 1 deletion ydb/library/yql/core/arrow_kernels/registry/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SRCS(

PEERDIR(
contrib/libs/apache/arrow
ydb/library/yql/minikql/computation/llvm
ydb/library/yql/minikql/computation
)

YQL_LAST_ABI_VERSION()
Expand Down
2 changes: 2 additions & 0 deletions ydb/library/yql/core/extract_predicate/ut/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ PEERDIR(
ydb/library/yql/providers/result/provider
ydb/library/yql/providers/yt/gateway/file
ydb/library/yql/providers/yt/provider
ydb/library/yql/minikql/comp_nodes/llvm
ydb/library/yql/minikql/invoke_builtins/llvm
ydb/library/yql/sql/pg
)

Expand Down
2 changes: 2 additions & 0 deletions ydb/library/yql/core/ut/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ PEERDIR(
ydb/library/yql/providers/result/provider
ydb/library/yql/providers/yt/gateway/file
ydb/library/yql/providers/yt/provider
ydb/library/yql/minikql/comp_nodes/llvm
ydb/library/yql/minikql/invoke_builtins/llvm
ydb/library/yql/sql/pg
)

Expand Down
2 changes: 1 addition & 1 deletion ydb/library/yql/dq/actors/compute/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ PEERDIR(
ydb/library/yql/dq/runtime
ydb/library/yql/dq/tasks
ydb/library/yql/dq/actors/spilling
ydb/library/yql/minikql/comp_nodes/llvm
ydb/library/yql/minikql/comp_nodes
ydb/library/yql/public/issue
ydb/core/quoter/public
)
Expand Down
2 changes: 1 addition & 1 deletion ydb/library/yql/dq/actors/task_runner/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ PEERDIR(
ydb/library/yql/dq/runtime
ydb/library/yql/dq/common
ydb/library/yql/dq/proto
ydb/library/yql/minikql/computation/llvm
ydb/library/yql/minikql/computation
ydb/library/yql/utils/actors
ydb/library/services
)
Expand Down
2 changes: 1 addition & 1 deletion ydb/library/yql/dq/comp_nodes/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ LIBRARY()
PEERDIR(
ydb/library/actors/core
ydb/library/yql/dq/actors/compute
ydb/library/yql/minikql/computation/llvm
ydb/library/yql/minikql/computation
ydb/library/yql/utils
)

Expand Down
2 changes: 1 addition & 1 deletion ydb/library/yql/dq/runtime/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PEERDIR(
contrib/libs/apache/arrow
ydb/library/yverify_stream
ydb/library/mkql_proto
ydb/library/yql/minikql/comp_nodes/llvm
ydb/library/yql/minikql/comp_nodes
ydb/library/yql/parser/pg_wrapper/interface
ydb/library/yql/public/udf
ydb/library/yql/dq/actors/protos
Expand Down
2 changes: 1 addition & 1 deletion ydb/library/yql/dq/transform/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ LIBRARY()
PEERDIR(
ydb/library/actors/core
ydb/library/yql/dq/integration/transform
ydb/library/yql/minikql/computation/llvm
ydb/library/yql/minikql/computation
ydb/library/yql/utils
)

Expand Down
90 changes: 0 additions & 90 deletions ydb/library/yql/minikql/comp_nodes/ut/ya.make

This file was deleted.

12 changes: 12 additions & 0 deletions ydb/library/yql/minikql/comp_nodes/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@ OWNER(
g:yql_ydb_core
)

LIBRARY()

SRCS(
)

PEERDIR(
)

YQL_LAST_ABI_VERSION()

END()

RECURSE(
llvm
llvm14
Expand Down
2 changes: 1 addition & 1 deletion ydb/library/yql/minikql/datetime/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ SRCS(
)

PEERDIR(
ydb/library/yql/minikql/computation/llvm
ydb/library/yql/minikql/computation
)

YQL_LAST_ABI_VERSION()
Expand Down
Loading