This is an automated email from the ASF dual-hosted git repository.

wuwei pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git


The following commit(s) were added to refs/heads/main by this push:
     new 42aaae143c [BUILD] Removed the duplicated MACROs in config.cmake 
(#14813)
42aaae143c is described below

commit 42aaae143cca1141cc4ee33ae4630cdfcd90a22f
Author: Zhenqing Hu <3875962+huz...@users.noreply.github.com>
AuthorDate: Fri May 12 01:56:44 2023 -0400

    [BUILD] Removed the duplicated MACROs in config.cmake (#14813)
    
    Removed the duplicated MACROs in config.cmake.
    
    Signed-off-by: Zhenqing Hu <hust...@icloud.com>
---
 cmake/config.cmake | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/cmake/config.cmake b/cmake/config.cmake
index e20b358ad8..2ccb281a19 100644
--- a/cmake/config.cmake
+++ b/cmake/config.cmake
@@ -343,19 +343,6 @@ set(USE_TARGET_ONNX OFF)
 # Whether enable BNNS runtime
 set(USE_BNNS OFF)
 
-# Whether to use libbacktrace
-# Libbacktrace provides line and column information on stack traces from 
errors.
-# It is only supported on linux and macOS.
-# Possible values:
-# - AUTO: auto set according to system information and feasibility
-# - ON: enable libbacktrace
-# - OFF: disable libbacktrace
-set(USE_LIBBACKTRACE AUTO)
-
-# Whether to install a signal handler to print a backtrace on segfault. This
-# may replace existing signal handlers specified by other libraries.
-set(BACKTRACE_ON_SEGFAULT OFF)
-
 # Whether to build static libtvm_runtime.a, the default is to build the dynamic
 # version: libtvm_runtime.so.
 #

Reply via email to