Skip to content

Commit ee2d861

Browse files
committed
Intermediate changes
commit_hash:0e8fb6a0fa97b88fe34ef4f7abbbae4894668df5
1 parent 8e5dc48 commit ee2d861

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

yql/essentials/parser/pg_wrapper/ya.make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ ENDIF()
6565
IF (NOT OS_WINDOWS AND NOT SANITIZER_TYPE AND NOT BUILD_TYPE == "DEBUG")
6666
IF (NOT BUILD_POSTGRES_ONLY)
6767
IF (YQL_USE_PG_BC)
68-
USE_LLVM_BC14()
68+
USE_LLVM_BC16()
6969
INCLUDE(pg_bc.all.inc)
7070
ENDIF()
7171
ENDIF()

yql/essentials/udfs/common/math/ya.make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ YQL_UDF_CONTRIB(math_udf)
1313
IF (BUILD_TYPE != "release" AND BUILD_TYPE != "relwithdebinfo")
1414
CFLAGS(-DDISABLE_IR)
1515
ELSE()
16-
USE_LLVM_BC14()
16+
USE_LLVM_BC16()
1717

1818
LLVM_BC(
1919
math_ir.cpp

0 commit comments

Comments
 (0)