rebase of the patch

This commit is contained in:
Sylvestre Ledru 2018-08-12 13:08:40 +02:00
parent 0af6a967f0
commit 5c3a56bd8b

View File

@ -2,10 +2,10 @@
lldb/source/API/CMakeLists.txt | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
Index: llvm-toolchain-snapshot_7~svn338163/lldb/source/API/CMakeLists.txt
Index: llvm-toolchain-7_7~+rc1/lldb/source/API/CMakeLists.txt
===================================================================
--- llvm-toolchain-snapshot_7~svn338163.orig/lldb/source/API/CMakeLists.txt
+++ llvm-toolchain-snapshot_7~svn338163/lldb/source/API/CMakeLists.txt
--- llvm-toolchain-7_7~+rc1.orig/lldb/source/API/CMakeLists.txt
+++ llvm-toolchain-7_7~+rc1/lldb/source/API/CMakeLists.txt
@@ -4,7 +4,12 @@ endif()
get_property(LLDB_ALL_PLUGINS GLOBAL PROPERTY LLDB_PLUGINS)
@ -20,12 +20,12 @@ Index: llvm-toolchain-snapshot_7~svn338163/lldb/source/API/CMakeLists.txt
SBAddress.cpp
SBAttachInfo.cpp
SBBlock.cpp
@@ -121,7 +126,7 @@ if (LLDB_BUILD_FRAMEWORK)
else()
set_target_properties(liblldb
PROPERTIES
- VERSION ${LLDB_VERSION}
+ VERSION 1
OUTPUT_NAME lldb)
endif()
@@ -112,7 +117,7 @@ endif ()
set_target_properties(liblldb
PROPERTIES
- VERSION ${LLDB_VERSION}
+ VERSION 1
)
if (NOT CMAKE_SYSTEM_NAME MATCHES "Windows")