Skip to content

Commit

Permalink
revert SET_LLVM flag (apache#7657)
Browse files Browse the repository at this point in the history
Co-authored-by: Lei Wang <34334180+NjtechPrinceling@users.noreply.github.com>
  • Loading branch information
2 people authored and trevor-m committed May 11, 2021
1 parent a241722 commit bdf8103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bdf8103

Please sign in to comment.