Skip to content

Commit b47117f

Browse files
Merge pull request tensorflow#57477 from talyz:master
PiperOrigin-RevId: 534227405
2 parents 64d25f6 + d87676a commit b47117f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tensorflow/lite/CMakeLists.txt

+3
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,9 @@ if(CMAKE_SYSTEM_NAME MATCHES "Android")
226226
endif()
227227
# Build a list of source files to compile into the TF Lite library.
228228
populate_tflite_source_vars("." TFLITE_SRCS)
229+
if(CMAKE_SYSTEM_NAME MATCHES "Windows" AND BUILD_SHARED_LIBS)
230+
list(FILTER TFLITE_SRCS EXCLUDE REGEX ".*simple_memory_arena_debug_dump\\.cc$")
231+
endif()
229232

230233
# This particular file is excluded because the more explicit approach to enable
231234
# XNNPACK delegate is preferred to the weak-symbol one.

0 commit comments

Comments
 (0)