From 2ff2d3e28839e1239d577b8a5ff0c5bb30b51a21 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Tue, 2 Sep 2014 17:25:43 +0000 Subject: [PATCH] various fixes --- debian/llvm-X.Y.install.in | 6 ++++++ debian/patches/use-deb-json.diff | 12 ++++++------ 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/debian/llvm-X.Y.install.in b/debian/llvm-X.Y.install.in index 68b5cbe3..83b613b8 100644 --- a/debian/llvm-X.Y.install.in +++ b/debian/llvm-X.Y.install.in @@ -3,8 +3,14 @@ usr/lib/llvm-@LLVM_VERSION@/bin/opt* usr/lib/llvm-@LLVM_VERSION@/bin/macho-dump* usr/lib/llvm-@LLVM_VERSION@/bin/bugpoint* usr/lib/llvm-@LLVM_VERSION@/bin/llc* +usr/lib/llvm-@LLVM_VERSION@/bin/obj2yaml +usr/lib/llvm-@LLVM_VERSION@/bin/yaml2obj +usr/lib/llvm-@LLVM_VERSION@/bin/verify-uselistorder usr/bin/llvm-* usr/bin/opt* usr/bin/macho-dump* usr/bin/bugpoint* usr/bin/llc* +usr/bin/obj2yaml-* +usr/bin/yaml2obj-* +usr/bin/verify-uselistorder-* diff --git a/debian/patches/use-deb-json.diff b/debian/patches/use-deb-json.diff index f3ace12f..75823e9e 100644 --- a/debian/patches/use-deb-json.diff +++ b/debian/patches/use-deb-json.diff @@ -1,8 +1,8 @@ -Index: llvm-toolchain-snapshot_3.5~svn204005/polly/lib/Makefile +Index: llvm-toolchain-snapshot_3.6~svn216901/polly/lib/Makefile =================================================================== ---- llvm-toolchain-snapshot_3.5~svn204005.orig/polly/lib/Makefile 2014-03-15 13:31:47.078458657 +0100 -+++ llvm-toolchain-snapshot_3.5~svn204005/polly/lib/Makefile 2014-03-15 13:37:10.367703705 +0100 -@@ -13,7 +13,7 @@ +--- llvm-toolchain-snapshot_3.6~svn216901.orig/polly/lib/Makefile ++++ llvm-toolchain-snapshot_3.6~svn216901/polly/lib/Makefile +@@ -13,7 +13,7 @@ LOADABLE_MODULE = 1 CPP.Flags += $(POLLY_INC) LD.Flags += $(POLLY_LD) $(POLLY_LIB) @@ -11,8 +11,8 @@ Index: llvm-toolchain-snapshot_3.5~svn204005/polly/lib/Makefile include $(LEVEL)/Makefile.config -@@ -46,9 +46,9 @@ - ISL_CODEGEN_FILES= CodeGen/IslAst.cpp \ +@@ -35,9 +35,9 @@ ISL_CODEGEN_FILES= CodeGen/IslAst.cpp \ + CodeGen/IslExprBuilder.cpp \ CodeGen/IslCodeGeneration.cpp -POLLY_JSON_FILES= JSON/json_reader.cpp \