Skip to content

Commit

Permalink
YQL-15941 switch to LLVM 14 for LLVM_BC
Browse files Browse the repository at this point in the history
  • Loading branch information
vitstn committed Feb 6, 2024
1 parent bc5b8c1 commit d158c85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
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 d158c85

Please sign in to comment.