File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -224,13 +224,6 @@ if(USE_VM_PROFILER)
224
224
list (APPEND COMPILER_SRCS ${BACKEND_VM_PROFILER_SRCS} )
225
225
endif (USE_VM_PROFILER )
226
226
227
- if (BUILD_FOR_HEXAGON )
228
- # Add file implementing posix_memalign.
229
- list (APPEND RUNTIME_SRCS src/runtime/hexagon/hexagon_posix.cc )
230
-
231
- add_definitions (-D_MACH_I32=int )
232
- endif ()
233
-
234
227
file (GLOB DATATYPE_SRCS src/target/datatype/*.cc )
235
228
list (APPEND COMPILER_SRCS ${DATATYPE_SRCS} )
236
229
@@ -243,6 +236,13 @@ file(GLOB RUNTIME_SRCS
243
236
src/runtime/vm/*.cc
244
237
)
245
238
239
+ if (BUILD_FOR_HEXAGON )
240
+ # Add file implementing posix_memalign.
241
+ list (APPEND RUNTIME_SRCS src/runtime/hexagon/hexagon_posix.cc )
242
+
243
+ add_definitions (-D_MACH_I32=int )
244
+ endif ()
245
+
246
246
# Package runtime rules
247
247
if (NOT USE_RTTI )
248
248
add_definitions (-DDMLC_ENABLE_RTTI=0 )
You can’t perform that action at this time.
0 commit comments