- Update to version 3.7.0

* No changelog upstream

- Update to version 3.7.0
  * See http://llvm.org/releases/3.7.0/docs/ReleaseNotes.html
- Merge aarch64-suse-support.patch into arm_suse_support.diff
- Refresh arm_suse_support.diff, llvm-fix-find-gcc5-install.patch
- Remove llvm-fix-parsearmarch.patch, upstream.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=419
This commit is contained in:
Ismail Dönmez
2015-09-03 09:44:07 +00:00
committed by Git OBS Bridge
parent 46660e6161
commit 5ee9c90c79
32 changed files with 132 additions and 145 deletions

View File

@@ -1,7 +1,7 @@
Index: lldb-3.6.1.src/source/lldb.cpp
Index: lldb-3.7.0.src/source/lldb.cpp
===================================================================
--- lldb-3.6.1.src.orig/source/lldb.cpp
+++ lldb-3.6.1.src/source/lldb.cpp
--- lldb-3.7.0.src.orig/source/lldb.cpp
+++ lldb-3.7.0.src/source/lldb.cpp
@@ -325,11 +325,7 @@ extern "C" const unsigned char liblldb_c
static const char *
GetLLDBRevision()
@@ -14,10 +14,10 @@ Index: lldb-3.6.1.src/source/lldb.cpp
}
static const char *
Index: lldb-3.6.1.src/source/Core/IOHandler.cpp
Index: lldb-3.7.0.src/source/Core/IOHandler.cpp
===================================================================
--- lldb-3.6.1.src.orig/source/Core/IOHandler.cpp
+++ lldb-3.6.1.src/source/Core/IOHandler.cpp
--- lldb-3.7.0.src.orig/source/Core/IOHandler.cpp
+++ lldb-3.7.0.src/source/Core/IOHandler.cpp
@@ -31,8 +31,8 @@
#include "lldb/Target/ThreadPlan.h"
@@ -29,10 +29,10 @@ Index: lldb-3.6.1.src/source/Core/IOHandler.cpp
#endif
using namespace lldb;
Index: lldb-3.6.1.src/CMakeLists.txt
Index: lldb-3.7.0.src/CMakeLists.txt
===================================================================
--- lldb-3.6.1.src.orig/CMakeLists.txt
+++ lldb-3.6.1.src/CMakeLists.txt
--- lldb-3.7.0.src.orig/CMakeLists.txt
+++ lldb-3.7.0.src/CMakeLists.txt
@@ -83,7 +83,7 @@ if (CMAKE_SOURCE_DIR STREQUAL CMAKE_CURR
# Import CMake library targets from LLVM and Clang.
@@ -42,10 +42,10 @@ Index: lldb-3.6.1.src/CMakeLists.txt
set(PACKAGE_VERSION "${LLVM_PACKAGE_VERSION}")
Index: lldb-3.6.1.src/cmake/LLDBDependencies.cmake
Index: lldb-3.7.0.src/cmake/LLDBDependencies.cmake
===================================================================
--- lldb-3.6.1.src.orig/cmake/LLDBDependencies.cmake
+++ lldb-3.6.1.src/cmake/LLDBDependencies.cmake
--- lldb-3.7.0.src.orig/cmake/LLDBDependencies.cmake
+++ lldb-3.7.0.src/cmake/LLDBDependencies.cmake
@@ -132,7 +132,7 @@ set( CLANG_USED_LIBS
set(LLDB_SYSTEM_LIBS)
@@ -64,10 +64,10 @@ Index: lldb-3.6.1.src/cmake/LLDBDependencies.cmake
)
if ( NOT LLDB_DISABLE_PYTHON )
Index: lldb-3.6.1.src/tools/lldb-mi/CMakeLists.txt
Index: lldb-3.7.0.src/tools/lldb-mi/CMakeLists.txt
===================================================================
--- lldb-3.6.1.src.orig/tools/lldb-mi/CMakeLists.txt
+++ lldb-3.6.1.src/tools/lldb-mi/CMakeLists.txt
--- lldb-3.7.0.src.orig/tools/lldb-mi/CMakeLists.txt
+++ lldb-3.7.0.src/tools/lldb-mi/CMakeLists.txt
@@ -164,7 +164,7 @@ add_lldb_executable(lldb-mi
)
endif ()