X-Git-Url: https://git.siccegge.de//index.cgi?a=blobdiff_plain;f=cmake%2FModules%2FFindLLVM.cmake;h=7a6be6f7888007c2c9ea6c7b6069e223c2f407c1;hb=af104b02984cca1973051b301c946d5937b9af4d;hp=6cf5e71235c3d2f5edf5de46c464b856ec49f6df;hpb=1a19eafdb36507230a6f421defbc49162d5246e6;p=frida%2Ffrida.git 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()