Skip to content
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

YQL-15941 llvm14 for LLVM_BC #1245

Merged
merged 2 commits into from
Feb 6, 2024
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/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
Loading