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
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
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