cconvey commented on a change in pull request #10068:
URL: https://github.com/apache/tvm/pull/10068#discussion_r792894545



##########
File path: cmake/modules/Hexagon.cmake
##########
@@ -34,7 +34,7 @@ function(find_hexagon_toolchain)
     set(TRY_PATH "${USE_HEXAGON_SDK}")
   endif()
   message(STATUS "Looking for Hexagon toolchain in ${TRY_PATH}")
-  tvm_file_glob(GLOB_RECURSE HEXAGON_CLANG "${TRY_PATH}/*/hexagon-clang++")
+  file(GLOB_RECURSE HEXAGON_CLANG "${TRY_PATH}/*/hexagon-clang++")

Review comment:
       Just curious: why replace `tvm_file_glob` with `file`?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to