From c971797c7d2976bf6bc01c5ab220fa788d910020 Mon Sep 17 00:00:00 2001 From: Christoph Egger Date: Sat, 25 Apr 2015 18:47:32 +0200 Subject: [PATCH] Officially support LLVM-3.6 LLVM-3.6 now passes all the tests and seems to work. Therefore removing the loud warning message. --- cmake/Modules/FindLLVM.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/cmake/Modules/FindLLVM.cmake b/cmake/Modules/FindLLVM.cmake index 6cf5e71..7a6be6f 100644 --- a/cmake/Modules/FindLLVM.cmake +++ b/cmake/Modules/FindLLVM.cmake @@ -31,7 +31,6 @@ if(LLVM_CONFIG) else() set(LLVM_CFLAGS ${LLVM_CFLAGS} -DLLVM_36) set(LLVM_DYNAMIC_LIB -lLLVM-3.6) - message(WARNING "LLVM 3.6 support is highly experimental and may be broken in interesting ways") endif() endif() endif() -- 2.39.2