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