[Lldb-commits] [PATCH] D36885: [cmake] Explicitly link dependency libraries in the Host library

2017-08-19 Thread Michał Górny via Phabricator via lldb-commits
mgorny added inline comments. Comment at: source/Host/CMakeLists.txt:166-168 + if (LIBXML2_FOUND) +list(APPEND EXTRA_LIBS ${LIBXML2_LIBRARIES}) + endif() zturner wrote: > Even if libxml is found, that doesn't mean the build is configured to use it, > does

[Lldb-commits] [lldb] r311244 - [Plugins/ObjC] Remove unneded semicolon(s) to placate GCC -Wpedantic.

2017-08-19 Thread Davide Italiano via lldb-commits
Author: davide Date: Sat Aug 19 09:30:47 2017 New Revision: 311244 URL: http://llvm.org/viewvc/llvm-project?rev=311244&view=rev Log: [Plugins/ObjC] Remove unneded semicolon(s) to placate GCC -Wpedantic. Modified: lldb/trunk/source/Plugins/Language/ObjC/NSArray.cpp Modified: lldb/trunk/source

[Lldb-commits] [lldb] r311245 - [Plugins/ObjC] Remove more semicolons to placate -Wpedantic. NFCI.

2017-08-19 Thread Davide Italiano via lldb-commits
Author: davide Date: Sat Aug 19 09:32:19 2017 New Revision: 311245 URL: http://llvm.org/viewvc/llvm-project?rev=311245&view=rev Log: [Plugins/ObjC] Remove more semicolons to placate -Wpedantic. NFCI. Modified: lldb/trunk/source/Plugins/Language/ObjC/NSDictionary.cpp Modified: lldb/trunk/sour