From 82551b71e18848baf5a254a7fee90cd34083cc9b Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 17 May 2015 10:51:25 +0000 Subject: [PATCH] rebase of the patch --- debian/patches/use-deb-json.diff | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/patches/use-deb-json.diff b/debian/patches/use-deb-json.diff index 223f19b7..a065058a 100644 --- a/debian/patches/use-deb-json.diff +++ b/debian/patches/use-deb-json.diff @@ -1,10 +1,10 @@ -Index: llvm-toolchain-snapshot_3.7~svn236310/polly/lib/Makefile +Index: llvm-toolchain-snapshot_3.7~svn237539/polly/lib/Makefile =================================================================== ---- llvm-toolchain-snapshot_3.7~svn236310.orig/polly/lib/Makefile -+++ llvm-toolchain-snapshot_3.7~svn236310/polly/lib/Makefile +--- llvm-toolchain-snapshot_3.7~svn237539.orig/polly/lib/Makefile ++++ llvm-toolchain-snapshot_3.7~svn237539/polly/lib/Makefile @@ -26,9 +26,9 @@ ISL_CODEGEN_FILES= CodeGen/IslAst.cpp \ CodeGen/IslNodeBuilder.cpp \ - CodeGen/IslCodeGeneration.cpp + CodeGen/CodeGeneration.cpp -POLLY_JSON_FILES= JSON/json_reader.cpp \ - JSON/json_value.cpp \