Skip to content

Commit f838337

Browse files
committed
Intermediate changes
commit_hash:a4e9add818d11606dbf1fff2cc18a0216d984b61
1 parent ed8e7b5 commit f838337

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

yt/yql/providers/yt/codec/codegen/ut/yt_codec_cg_ut.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ struct TReadSetup {
135135
TInputBuf Buf_;
136136
};
137137

138+
#ifndef _win_
138139
Y_UNIT_TEST_SUITE(TYtCodegenCodec) {
139140
Y_UNIT_TEST(TestWriteJust) {
140141
TWriteSetup setup("WriteJust");
@@ -953,6 +954,7 @@ Y_UNIT_TEST_SUITE(TYtCodegenCodec) {
953954
}
954955
#endif
955956
}
957+
#endif
956958

957959
}
958960
#endif

yt/yql/providers/yt/codec/codegen/ya.make.inc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ PEERDIR(
1919
)
2020

2121
IF (NOT MKQL_DISABLE_CODEGEN)
22+
IF (OS_WINDOWS)
23+
#TODO llvm18
24+
PEERDIR(library/cpp/resource)
25+
ELSE()
2226
LLVM_BC(
2327
yt_codec_bc.cpp
2428
NAME
@@ -73,6 +77,7 @@ IF (NOT MKQL_DISABLE_CODEGEN)
7377
GetWrittenBytes
7478
FillZero
7579
)
80+
ENDIF()
7681
ELSE()
7782
CFLAGS(
7883
-DMKQL_DISABLE_CODEGEN

0 commit comments

Comments
 (0)