diff --git a/CMakeLists.txt b/CMakeLists.txt index abe999428be1..2ab4368a7632 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -305,6 +305,8 @@ if(BUILD_FOR_HEXAGON) # static one. if(NOT BUILD_STATIC_RUNTIME) list(APPEND RUNTIME_SRCS src/runtime/hexagon/hexagon_posix.cc) + # Allow undefined symbols (there will be some from libc). + set(TVM_NO_UNDEFINED_SYMBOLS "") endif() add_definitions(-D_MACH_I32=int)