]> git.siccegge.de Git - frida/frida.git/commitdiff
Officially support LLVM-3.6
authorChristoph Egger <Christoph.Egger@fau.de>
Sat, 25 Apr 2015 16:47:32 +0000 (18:47 +0200)
committerChristoph Egger <Christoph.Egger@fau.de>
Sat, 25 Apr 2015 16:47:32 +0000 (18:47 +0200)
LLVM-3.6 now passes all the tests and seems to work. Therefore removing
the loud warning message.

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()