rebase of the patch

This commit is contained in:
Sylvestre Ledru 2020-09-13 20:45:30 +02:00
parent 205421c133
commit 3940bfdc70

View File

@ -2,10 +2,10 @@
lldb/source/API/CMakeLists.txt | 14 +++++++------- lldb/source/API/CMakeLists.txt | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-) 1 file changed, 7 insertions(+), 7 deletions(-)
Index: llvm-toolchain-snapshot_12~++20200817104344+45cc86b09bc/lldb/source/API/CMakeLists.txt Index: llvm-toolchain-snapshot_12~++20200913082648+c0bcd11068f/lldb/source/API/CMakeLists.txt
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_12~++20200817104344+45cc86b09bc.orig/lldb/source/API/CMakeLists.txt --- llvm-toolchain-snapshot_12~++20200913082648+c0bcd11068f.orig/lldb/source/API/CMakeLists.txt
+++ llvm-toolchain-snapshot_12~++20200817104344+45cc86b09bc/lldb/source/API/CMakeLists.txt +++ llvm-toolchain-snapshot_12~++20200913082648+c0bcd11068f/lldb/source/API/CMakeLists.txt
@@ -19,7 +19,12 @@ if(LLDB_ENABLE_LUA) @@ -19,7 +19,12 @@ if(LLDB_ENABLE_LUA)
set(lldb_lua_wrapper ${lua_bindings_dir}/LLDBWrapLua.cpp) set(lldb_lua_wrapper ${lua_bindings_dir}/LLDBWrapLua.cpp)
endif() endif()
@ -29,8 +29,8 @@ Index: llvm-toolchain-snapshot_12~++20200817104344+45cc86b09bc/lldb/source/API/C
) )
if (NOT CMAKE_SYSTEM_NAME MATCHES "Windows") if (NOT CMAKE_SYSTEM_NAME MATCHES "Windows")
@@ -188,11 +193,6 @@ if ( CMAKE_SYSTEM_NAME MATCHES "Windows" @@ -188,11 +193,6 @@ if (MSVC)
if (MSVC AND LLDB_ENABLE_PYTHON) if (LLDB_ENABLE_PYTHON)
target_link_libraries(liblldb PRIVATE ${Python3_LIBRARIES}) target_link_libraries(liblldb PRIVATE ${Python3_LIBRARIES})
endif() endif()
-else() -else()