From 48936df9aa2da939ea41fae55de92be1456efeba Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Fri, 14 Mar 2014 08:54:24 +0000 Subject: [PATCH] refresh of the patches --- debian/patches/use-deb-json.diff | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/debian/patches/use-deb-json.diff b/debian/patches/use-deb-json.diff index cd0e0744..fe8f58a1 100644 --- a/debian/patches/use-deb-json.diff +++ b/debian/patches/use-deb-json.diff @@ -1,7 +1,7 @@ -Index: llvm-toolchain-3.3-3.3/polly/lib/Makefile +Index: llvm-toolchain-snapshot_3.5~svn203903/polly/lib/Makefile =================================================================== ---- llvm-toolchain-3.3-3.3.orig/polly/lib/Makefile 2012-12-29 16:09:03.000000000 +0100 -+++ llvm-toolchain-3.3-3.3/polly/lib/Makefile 2013-08-01 18:23:46.121975042 +0200 +--- llvm-toolchain-snapshot_3.5~svn203903.orig/polly/lib/Makefile 2014-03-14 09:01:28.397124053 +0100 ++++ llvm-toolchain-snapshot_3.5~svn203903/polly/lib/Makefile 2014-03-14 09:02:20.821790117 +0100 @@ -27,9 +27,6 @@ DIRS += Support USEDLIBS += pollysupport.a @@ -9,10 +9,10 @@ Index: llvm-toolchain-3.3-3.3/polly/lib/Makefile -DIRS += JSON -USEDLIBS += pollyjson.a - - # TODO: Export symbols for RTTI or EH? + DIRS += Transform + USEDLIBS += pollytransform.a - # -@@ -37,7 +34,7 @@ +@@ -40,7 +37,7 @@ # include $(LEVEL)/Makefile.common @@ -21,3 +21,10 @@ Index: llvm-toolchain-3.3-3.3/polly/lib/Makefile $(LibDir)/libpollyanalysis.a : $(LibDir)/.dir $(PROJ_OBJ_DIR)/Analysis/$(BuildMode)/.dir \ $(PROJ_SRC_DIR)/Analysis/* +@@ -106,4 +103,4 @@ + $(CP) $(PROJ_SRC_DIR)/Transform/Makefile Transform/Makefile; \ + fi; \ + ($(MAKE) -C Transform $@ ) || exit 1; \ +- fi +\ No newline at end of file ++ fi