chore: disable inconsequential LLVM warning

Emacs always stops scrolling at this warning while building
This commit is contained in:
Sebastian Ullrich 2020-05-19 12:25:07 +02:00 committed by Leonardo de Moura
parent 3ffea2dfbd
commit 7b2bcbe683

View file

@ -250,7 +250,7 @@ if(LLVM)
# that we wish to use and define llvm_libs
llvm_map_components_to_libnames(llvm_libs nativecodegen)
else()
message(WARNING "Disabling LLVM support. JIT compilation will not be available")
#message(WARNING "Disabling LLVM support. JIT compilation will not be available")
endif()
if(STATIC)