]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Compile everything with -fno-builtin, so as to disable LLVM's
authorJulian Seward <jseward@acm.org>
Thu, 29 Sep 2011 17:29:53 +0000 (17:29 +0000)
committerJulian Seward <jseward@acm.org>
Thu, 29 Sep 2011 17:29:53 +0000 (17:29 +0000)
commite8ce3f7abbd15f3332c5a8074b7c83b03710b4da
treecbe00aff7c7e231ce88e4212fb20ff1ba28cf7d7
parentab466bd7b7a09d0723c9f067d0491d70bc617eff
Compile everything with -fno-builtin, so as to disable LLVM's
idiom-recognition optimisation.  This identifies memset-style
loops and turns them into calls to memset, which in this case
leads to infinite recursion because it does this transformations
in VG_(memset), which is called from memset(), which we also define.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12065
Makefile.all.am