mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-12 09:21:17 +00:00
various fixes
This commit is contained in:
parent
fa020b2d6a
commit
2ff2d3e288
6
debian/llvm-X.Y.install.in
vendored
6
debian/llvm-X.Y.install.in
vendored
@ -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-*
|
||||
|
12
debian/patches/use-deb-json.diff
vendored
12
debian/patches/use-deb-json.diff
vendored
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user