From: Christoph Egger Date: Sat, 25 Apr 2015 16:47:32 +0000 (+0200) Subject: Officially support LLVM-3.6 X-Git-Tag: v0.1~1 X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=commitdiff_plain;h=c971797c7d2976bf6bc01c5ab220fa788d910020 Officially support LLVM-3.6 LLVM-3.6 now passes all the tests and seems to work. Therefore removing the loud warning message. --- 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()