From: Christoph Egger Date: Wed, 26 Nov 2014 19:32:54 +0000 (+0100) Subject: Clean up LLVM Linking and use LLVM.so X-Git-Tag: v0.1~167 X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=commitdiff_plain;h=0e21ee85aaa334476f73e0f3d5c6ab6b46859c99;hp=0e21ee85aaa334476f73e0f3d5c6ab6b46859c99 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). ---