various fixes

This commit is contained in:
Sylvestre Ledru 2014-09-02 17:25:43 +00:00
parent fa020b2d6a
commit 2ff2d3e288
2 changed files with 12 additions and 6 deletions

View File

@ -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-*

View File

@ -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 \