Ismail Dönmez 2015-09-03 12:03:23 +00:00 committed by Git OBS Bridge
parent 5ee9c90c79
commit 3b608cec9c
2 changed files with 3 additions and 50 deletions

View File

@ -1,6 +1,6 @@
Index: lldb-3.7.0.src/source/lldb.cpp
===================================================================
--- lldb-3.7.0.src.orig/source/lldb.cpp
--- lldb-3.7.0.src/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 *
@ -16,7 +16,7 @@ Index: lldb-3.7.0.src/source/lldb.cpp
static const char *
Index: lldb-3.7.0.src/source/Core/IOHandler.cpp
===================================================================
--- lldb-3.7.0.src.orig/source/Core/IOHandler.cpp
--- lldb-3.7.0.src/source/Core/IOHandler.cpp
+++ lldb-3.7.0.src/source/Core/IOHandler.cpp
@@ -31,8 +31,8 @@
#include "lldb/Target/ThreadPlan.h"
@ -29,51 +29,3 @@ Index: lldb-3.7.0.src/source/Core/IOHandler.cpp
#endif
using namespace lldb;
Index: lldb-3.7.0.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.
include("${LLDB_PATH_TO_LLVM_BUILD}/share/llvm/cmake/LLVMConfig.cmake")
- include("${LLDB_PATH_TO_CLANG_BUILD}/share/clang/cmake/ClangConfig.cmake")
+ # include("${LLDB_PATH_TO_CLANG_BUILD}/share/clang/cmake/ClangConfig.cmake")
set(PACKAGE_VERSION "${LLVM_PACKAGE_VERSION}")
Index: lldb-3.7.0.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)
if (NOT CMAKE_SYSTEM_NAME MATCHES "Windows" AND NOT __ANDROID_NDK__)
- list(APPEND LLDB_SYSTEM_LIBS edit panel ncurses)
+ list(APPEND LLDB_SYSTEM_LIBS edit panel ncurses dl pthread)
endif()
# On FreeBSD backtrace() is provided by libexecinfo, not libc.
if (CMAKE_SYSTEM_NAME MATCHES "FreeBSD")
@@ -165,6 +165,8 @@ set( LLVM_LINK_COMPONENTS
mcdisassembler
executionengine
option
+ support
+ runtimedyld
)
if ( NOT LLDB_DISABLE_PYTHON )
Index: lldb-3.7.0.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 ()
-target_link_libraries(lldb-mi liblldb)
+target_link_libraries(lldb-mi liblldb pthread)
# TODO: why isn't this done by add_lldb_executable?
#target_link_libraries(lldb-mi ${LLDB_USED_LIBS})
#llvm_config(lldb-mi ${LLVM_LINK_COMPONENTS})

View File

@ -3,6 +3,7 @@ Wed Sep 2 08:23:08 UTC 2015 - idonmez@suse.com
- Update to version 3.7.0
* No changelog upstream
- Refresh lldb-cmake.patch
-------------------------------------------------------------------
Mon Jun 22 09:45:33 UTC 2015 - idonmez@suse.com