]> git.siccegge.de Git - frida/frida.git/commit
Clean up LLVM Linking and use LLVM.so
authorChristoph Egger <christoph@anonymous.siccegge.de>
Wed, 26 Nov 2014 19:32:54 +0000 (20:32 +0100)
committerChristoph Egger <christoph@anonymous.siccegge.de>
Wed, 26 Nov 2014 19:32:54 +0000 (20:32 +0100)
commit0e21ee85aaa334476f73e0f3d5c6ab6b46859c99
tree9564b0b49e373ad7772bc057c988a3e5daad2a17
parent9f0c6d8fbed0f25248f28acced4c7372dd259d7a
Clean up LLVM Linking and use LLVM.so

LLVM.so prevents segfaults when running with an llvmized graphics
driver as it avoids linking against LLVM multiple times (and using
incompatible versions).
CMakeLists.txt