sparse: update to support llvm 3.5.0
authorStefan Sydow <stefan.sydow@tu-berlin.de>
Thu, 9 Jun 2016 11:24:39 +0000 (13:24 +0200)
committerJo-Philipp Wich <jo@mein.io>
Mon, 13 Jun 2016 10:49:34 +0000 (12:49 +0200)
commit5610afe20316831c002fbc3079c02a7f8508b994
treeaee96313e701d1b0146291e7d9c7484de0aa57c2
parent0aa6c7df60d0d4a4fa01dc1b185df31ffb2c53f6
sparse: update to support llvm 3.5.0

sparse-0.5.0 won't link against lvm 3.5.0 as "llvm-config --libs" does not
include system libs like pthreads. This problem got fixed but not released
yet, so we need to fetch from their git repo.

Signed-off-by: Stefan Sydow <stefan.sydow@tu-berlin.de>
tools/sparse/Makefile