e82beb38ed
* No changelog upstream - Remove lldb-underlink.patch, fixed upstream - Update to version 3.6.0 * See http://llvm.org/releases/3.6.0/docs/ReleaseNotes.html - Removed the following patches, fixed upstream: * arm-remove-xfails.diff * libcxx-libdir.patch * llvm-config-lib64.patch OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=400
32 lines
814 B
Diff
32 lines
814 B
Diff
Index: lldb-3.6.0.src/source/lldb.cpp
|
|
===================================================================
|
|
--- lldb-3.6.0.src/source/lldb.cpp
|
|
+++ lldb-3.6.0.src/source/lldb.cpp
|
|
@@ -299,11 +299,7 @@ extern "C" const unsigned char liblldb_c
|
|
static const char *
|
|
GetLLDBRevision()
|
|
{
|
|
-#ifdef LLDB_REVISION
|
|
return LLDB_REVISION;
|
|
-#else
|
|
- return NULL;
|
|
-#endif
|
|
}
|
|
|
|
static const char *
|
|
Index: lldb-3.6.0.src/source/Core/IOHandler.cpp
|
|
===================================================================
|
|
--- lldb-3.6.0.src/source/Core/IOHandler.cpp
|
|
+++ lldb-3.6.0.src/source/Core/IOHandler.cpp
|
|
@@ -31,8 +31,8 @@
|
|
#include "lldb/Target/ThreadPlan.h"
|
|
|
|
#ifndef LLDB_DISABLE_CURSES
|
|
-#include <ncurses.h>
|
|
-#include <panel.h>
|
|
+#include <ncurses/ncurses.h>
|
|
+#include <ncurses/panel.h>
|
|
#endif
|
|
|
|
using namespace lldb;
|