Skip to content

Commit

Permalink
Merge 099bf5b into 273805e
Browse files Browse the repository at this point in the history
  • Loading branch information
vitstn authored Feb 6, 2024
2 parents 273805e + 099bf5b commit acddb3a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions ydb/library/yql/parser/pg_wrapper/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ INCLUDE(pg_sources.inc)
INCLUDE(pg_kernel_sources.inc)

IF (NOT OPENSOURCE AND NOT OS_WINDOWS AND NOT SANITIZER_TYPE AND NOT BUILD_TYPE == "DEBUG")
USE_LLVM_BC14()
INCLUDE(pg_bc.all.inc)
ELSE()
CFLAGS(-DUSE_SLOW_PG_KERNELS)
Expand Down
1 change: 1 addition & 0 deletions ydb/library/yql/providers/yt/codec/codegen/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ IF (NOT MKQL_DISABLE_CODEGEN)
PEERDIR(
ydb/library/yql/minikql/codegen/llvm14
)
USE_LLVM_BC14()
LLVM_BC(
yt_codec_bc.cpp
NAME
Expand Down
2 changes: 2 additions & 0 deletions ydb/library/yql/udfs/common/math/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ SRCS(
math_udf.cpp
)

USE_LLVM_BC14()

LLVM_BC(
math_ir.cpp
lib/erfinv.cpp
Expand Down

0 comments on commit acddb3a

Please sign in to comment.