yelite opened a new pull request, #13816:
URL: https://github.com/apache/tvm/pull/13816

   This PR extends the value accepted by USE_LIBBACKTRACE cmake variable. It 
adds ability to search pre-compile libbacktrace from system path or 
user-provided path. The behavior of this variable after this PR will be:
   - OFF: Don't use libbacktrace
   - ON: Find libbacktrace from system paths. Fail the build generation if 
libbacktrace is not found.
   - COMPILE: Build and link to libbacktrace from 3rdparty/libbacktrace. 
   - <PATH>: Looking for the libbacktrace header and static lib from a 
user-provided path. Fail the build generation if libbacktrace is not found.
   - AUTO: 
     - Find libbacktrace from system paths.
     - If not found, fallback to COMPILE on Linux or MacOS, fallback to OFF on 
Windows.
   
   cc @junrushao 
    


-- 
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