[Lldb-commits] [PATCH] Fix bug 21670
Vince Harron
vharron at google.com
Tue Jan 13 11:18:10 PST 2015
Fixes compilation/run error with BUILD_SHARED_LIBS=TRUE
Summary:
BUILD_SHARED_LIBS=TRUE currently isn't working for Linux x86_64
This patch fixes the link errors and also some runtime errors
Test Plan:
CC=clang CXX=clang++ cmake -GNinja -DBUILD_SHARED_LIBS=TRUE -DCMAKE_LINKER=ld.gold -DCMAKE_BUILD_TYPE=Debug ../../llvm
ninja
ninja check-lldb
http://reviews.llvm.org/D6479
Files:
CMakeLists.txt
cmake/LLDBDependencies.cmake
source/CMakeLists.txt
source/Plugins/Process/Utility/RegisterContextDarwin_arm.cpp
tools/lldb-gdbserver/CMakeLists.txt
tools/lldb-mi/CMakeLists.txt
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D6479.18099.patch
Type: text/x-patch
Size: 6198 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150113/e7a3dd36/attachment.bin>
More information about the lldb-commits
mailing list