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

tqchen 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 1878889  revert SET_LLVM flag (#7657)
1878889 is described below

commit 1878889d92bfe84c5ed9e1ca87f258fdc9826c4a
Author: Lei Wang <[email protected]>
AuthorDate: Mon Mar 15 23:38:21 2021 +0800

    revert SET_LLVM flag (#7657)
    
    Co-authored-by: Lei Wang 
<[email protected]>
---
 cmake/config.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmake/config.cmake b/cmake/config.cmake
index eee07c3..6585956 100644
--- a/cmake/config.cmake
+++ b/cmake/config.cmake
@@ -113,7 +113,7 @@ set(USE_MICRO_STANDALONE_RUNTIME OFF)
 # - OFF: disable llvm, note this will disable CPU codegen
 #        which is needed for most cases
 # - /path/to/llvm-config: enable specific LLVM when multiple llvm-dev is 
available.
-set(USE_LLVM ON)
+set(USE_LLVM OFF)
 
 #---------------------------------------------
 # Contrib libraries

Reply via email to