From: Christoph Egger Date: Wed, 25 Mar 2015 17:13:20 +0000 (+0100) Subject: Preliminary LLVM-3.6 support X-Git-Tag: v0.1~12 X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=commitdiff_plain;h=1a19eafdb36507230a6f421defbc49162d5246e6;hp=1a19eafdb36507230a6f421defbc49162d5246e6 Preliminary LLVM-3.6 support Allows llvm-3.6 in cmake and does compile with 3.6. However it does *not* work! It will segfault right away. One of the suspects is different base for addresses used in llvm's getInstruction() and family. ---