refresh of the patch

This commit is contained in:
Sylvestre Ledru 2014-08-02 12:33:48 +00:00
parent 03e59f84e6
commit 1e6b77d6eb

View File

@ -1,7 +1,7 @@
Index: llvm-toolchain-snapshot_3.5~svn213052/clang/tools/libclang/Makefile Index: llvm-toolchain-snapshot_3.6~svn214630/clang/tools/libclang/Makefile
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_3.5~svn213052.orig/clang/tools/libclang/Makefile --- llvm-toolchain-snapshot_3.6~svn214630.orig/clang/tools/libclang/Makefile
+++ llvm-toolchain-snapshot_3.5~svn213052/clang/tools/libclang/Makefile +++ llvm-toolchain-snapshot_3.6~svn214630/clang/tools/libclang/Makefile
@@ -14,6 +14,7 @@ EXPORTED_SYMBOL_FILE = $(PROJ_SRC_DIR)/l @@ -14,6 +14,7 @@ EXPORTED_SYMBOL_FILE = $(PROJ_SRC_DIR)/l
LINK_LIBS_IN_SHARED = 1 LINK_LIBS_IN_SHARED = 1
@ -9,7 +9,7 @@ Index: llvm-toolchain-snapshot_3.5~svn213052/clang/tools/libclang/Makefile
+SONAME_MAJOR=1 +SONAME_MAJOR=1
include $(CLANG_LEVEL)/../../Makefile.config include $(CLANG_LEVEL)/../../Makefile.config
LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser bitreader support mc option LINK_COMPONENTS := AsmParser BitReader Core MC MCParser Option Support
@@ -34,7 +35,7 @@ include $(CLANG_LEVEL)/Makefile @@ -34,7 +35,7 @@ include $(CLANG_LEVEL)/Makefile
# Add soname to the library. # Add soname to the library.