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 @@ -209,13 +209,6 @@ if(USE_VM_PROFILER)
209
209
list (APPEND COMPILER_SRCS ${BACKEND_VM_PROFILER_SRCS} )
210
210
endif (USE_VM_PROFILER )
211
211
212
- if (BUILD_FOR_HEXAGON )
213
- # Add file implementing posix_memalign.
214
- list (APPEND RUNTIME_SRCS src/runtime/hexagon/hexagon_posix.cc )
215
-
216
- add_definitions (-D_MACH_I32=int )
217
- endif ()
218
-
219
212
file (GLOB DATATYPE_SRCS src/target/datatype/*.cc )
220
213
list (APPEND COMPILER_SRCS ${DATATYPE_SRCS} )
221
214
@@ -229,6 +222,13 @@ file(GLOB RUNTIME_SRCS
229
222
src/runtime/vm/*.cc
230
223
)
231
224
225
+ if (BUILD_FOR_HEXAGON )
226
+ # Add file implementing posix_memalign.
227
+ list (APPEND RUNTIME_SRCS src/runtime/hexagon/hexagon_posix.cc )
228
+
229
+ add_definitions (-D_MACH_I32=int )
230
+ endif ()
231
+
232
232
# Package runtime rules
233
233
if (NOT USE_RTTI )
234
234
add_definitions (-DDMLC_ENABLE_RTTI=0 )
You can’t perform that action at this time.
0 commit comments