]> git.siccegge.de Git - frida/frida.git/blobdiff - cmake/Modules/FindLLVM.cmake
Officially support LLVM-3.6
[frida/frida.git] / cmake / Modules / FindLLVM.cmake
index 6cf5e71235c3d2f5edf5de46c464b856ec49f6df..7a6be6f7888007c2c9ea6c7b6069e223c2f407c1 100644 (file)
@@ -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()