[pypy-commit] stmgc default: Base the diffs on llvm r201645 rather than the slightly more recent revision

arigo noreply at buildbot.pypy.org
Sun Mar 16 14:38:21 CET 2014


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r1050:23c28d61b36e
Date: 2014-03-16 14:38 +0100
http://bitbucket.org/pypy/stmgc/changeset/23c28d61b36e/

Log:	Base the diffs on llvm r201645 rather than the slightly more recent
	revision which seems to have the bug that it doesn't produce gdb
	information.

diff --git a/c7/llvmfix/addrspacecast-in-constant.diff b/c7/llvmfix/addrspacecast-in-constant.diff
--- a/c7/llvmfix/addrspacecast-in-constant.diff
+++ b/c7/llvmfix/addrspacecast-in-constant.diff
@@ -1,8 +1,8 @@
 Index: lib/CodeGen/AsmPrinter/AsmPrinter.cpp
 ===================================================================
---- lib/CodeGen/AsmPrinter/AsmPrinter.cpp       (revision 203791)
-+++ lib/CodeGen/AsmPrinter/AsmPrinter.cpp       (working copy)
-@@ -1529,6 +1529,8 @@
+--- lib/CodeGen/AsmPrinter/AsmPrinter.cpp	(revision 201645)
++++ lib/CodeGen/AsmPrinter/AsmPrinter.cpp	(working copy)
+@@ -1617,6 +1617,8 @@
                                     Ctx);
    }
  
diff --git a/c7/llvmfix/no-introduce-bogus-cast-in-combine.diff b/c7/llvmfix/no-introduce-bogus-cast-in-combine.diff
--- a/c7/llvmfix/no-introduce-bogus-cast-in-combine.diff
+++ b/c7/llvmfix/no-introduce-bogus-cast-in-combine.diff
@@ -1,6 +1,6 @@
 Index: lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
 ===================================================================
---- lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp	(revision 203791)
+--- lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp	(revision 201645)
 +++ lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp	(working copy)
 @@ -299,6 +299,17 @@
  


More information about the pypy-commit mailing list