mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-14 20:00:43 +00:00
refresh of the patches
This commit is contained in:
parent
07b6eeb47c
commit
48936df9aa
19
debian/patches/use-deb-json.diff
vendored
19
debian/patches/use-deb-json.diff
vendored
@ -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-snapshot_3.5~svn203903.orig/polly/lib/Makefile 2014-03-14 09:01:28.397124053 +0100
|
||||||
+++ llvm-toolchain-3.3-3.3/polly/lib/Makefile 2013-08-01 18:23:46.121975042 +0200
|
+++ llvm-toolchain-snapshot_3.5~svn203903/polly/lib/Makefile 2014-03-14 09:02:20.821790117 +0100
|
||||||
@@ -27,9 +27,6 @@
|
@@ -27,9 +27,6 @@
|
||||||
DIRS += Support
|
DIRS += Support
|
||||||
USEDLIBS += pollysupport.a
|
USEDLIBS += pollysupport.a
|
||||||
@ -9,10 +9,10 @@ Index: llvm-toolchain-3.3-3.3/polly/lib/Makefile
|
|||||||
-DIRS += JSON
|
-DIRS += JSON
|
||||||
-USEDLIBS += pollyjson.a
|
-USEDLIBS += pollyjson.a
|
||||||
-
|
-
|
||||||
# TODO: Export symbols for RTTI or EH?
|
DIRS += Transform
|
||||||
|
USEDLIBS += pollytransform.a
|
||||||
|
|
||||||
#
|
@@ -40,7 +37,7 @@
|
||||||
@@ -37,7 +34,7 @@
|
|
||||||
#
|
#
|
||||||
include $(LEVEL)/Makefile.common
|
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 \
|
$(LibDir)/libpollyanalysis.a : $(LibDir)/.dir $(PROJ_OBJ_DIR)/Analysis/$(BuildMode)/.dir \
|
||||||
$(PROJ_SRC_DIR)/Analysis/*
|
$(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
|
||||||
|
Loading…
Reference in New Issue
Block a user