Skip to content

Commit fa79cd4

Browse files
authored
YQL-15941 avoid llvm version pinning where possible (#677)
* init * build
1 parent 5c26443 commit fa79cd4

File tree

68 files changed

+106
-161
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+106
-161
lines changed

ydb/core/actorlib_impl/ut/ya.make

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ PEERDIR(
1919
library/cpp/svnversion
2020
ydb/core/testlib/actors
2121
ydb/core/testlib/basics/default
22+
ydb/library/yql/minikql/comp_nodes/llvm
2223
)
2324

2425
SRCS(

ydb/core/base/ut_board_subscriber/ya.make

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ PEERDIR(
1313
ydb/core/testlib/basics
1414
ydb/core/base
1515
ydb/core/testlib/basics/default
16+
ydb/library/yql/minikql/comp_nodes/llvm
1617
)
1718

1819
YQL_LAST_ABI_VERSION()

ydb/core/blobstorage/ut_blobstorage/lib/ya.make

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ PEERDIR(
3434
ydb/core/tx/coordinator
3535
ydb/core/tx/scheme_board
3636
ydb/core/util
37+
ydb/library/yql/minikql/comp_nodes/llvm
3738
ydb/library/yql/public/udf/service/exception_policy
3839
ydb/library/yql/sql/pg_dummy
3940
)

ydb/core/client/metadata/ut/ya.make

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ SRCS(
55
)
66

77
PEERDIR(
8+
ydb/library/yql/minikql/invoke_builtins/llvm
89
ydb/library/yql/public/udf/service/stub
910
ydb/library/yql/sql/pg_dummy
1011
)

ydb/core/client/metadata/ya.make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ SRCS(
88
PEERDIR(
99
ydb/core/protos
1010
ydb/core/scheme_types
11-
ydb/library/yql/minikql/invoke_builtins/llvm
11+
ydb/library/yql/minikql
1212
)
1313

1414
YQL_LAST_ABI_VERSION()

ydb/core/engine/ya.make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ PEERDIR(
2222
ydb/library/mkql_proto/protos
2323
# ydb/library/mkql_proto/ut/helpers
2424
ydb/public/api/protos
25-
ydb/library/yql/minikql/comp_nodes/llvm
25+
ydb/library/yql/minikql/comp_nodes
2626
ydb/library/yql/parser/pg_wrapper/interface
2727
ydb/library/yql/public/decimal
2828
)

ydb/core/fq/libs/actors/ya.make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ PEERDIR(
5858
ydb/library/yql/core/facade
5959
ydb/library/yql/core/services/mounts
6060
ydb/library/yql/dq/integration/transform
61-
ydb/library/yql/minikql/comp_nodes/llvm
61+
ydb/library/yql/minikql/comp_nodes
6262
ydb/library/yql/providers/common/codec
6363
ydb/library/yql/providers/common/comp_nodes
6464
ydb/library/yql/providers/common/db_id_async_resolver

ydb/core/fq/libs/checkpointing/ut/ya.make

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ PEERDIR(
99
ydb/core/fq/libs/checkpointing
1010
ydb/core/testlib/actors
1111
ydb/core/testlib/basics/default
12+
ydb/library/yql/minikql/comp_nodes/llvm
1213
)
1314

1415
SIZE(MEDIUM)

ydb/core/fq/libs/init/ya.make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ PEERDIR(
3030
ydb/library/folder_service
3131
ydb/library/folder_service/proto
3232
ydb/library/security
33-
ydb/library/yql/minikql/comp_nodes/llvm
33+
ydb/library/yql/minikql/comp_nodes
3434
ydb/library/yql/utils/actor_log
3535
ydb/library/yql/dq/actors/compute
3636
ydb/library/yql/dq/comp_nodes

ydb/core/fq/libs/mock/ya.make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ PEERDIR(
2323
ydb/library/yql/core/facade
2424
ydb/library/yql/core/services/mounts
2525
ydb/library/yql/dq/integration/transform
26-
ydb/library/yql/minikql/comp_nodes/llvm
26+
ydb/library/yql/minikql/comp_nodes
2727
ydb/library/yql/providers/clickhouse/provider
2828
ydb/library/yql/providers/common/codec
2929
ydb/library/yql/providers/common/comp_nodes

0 commit comments

Comments
 (0)