[Lldb-commits] [lldb] r204601 - Removed a redundant entry.
Hafiz Abid Qadeer
hafiz_abid at mentor.com
Mon Mar 24 06:05:10 PDT 2014
Author: abidh
Date: Mon Mar 24 08:05:09 2014
New Revision: 204601
URL: http://llvm.org/viewvc/llvm-project?rev=204601&view=rev
Log:
Removed a redundant entry.
Revision 203667 has already added lldbHostWindows.a
to USEDLIBS. Revision 203785 just ended up adding a redundant entry.
Modified:
lldb/trunk/lib/Makefile
Modified: lldb/trunk/lib/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/lib/Makefile?rev=204601&r1=204600&r2=204601&view=diff
==============================================================================
--- lldb/trunk/lib/Makefile (original)
+++ lldb/trunk/lib/Makefile Mon Mar 24 08:05:09 2014
@@ -88,10 +88,6 @@ LINK_COMPONENTS := $(TARGETS_TO_BUILD) a
instrumentation ipo irreader selectiondag jit mc mcjit \
linker option
-ifeq ($(HOST_OS),MingW)
- USEDLIBS += lldbHostWindows.a
-endif
-
ifeq ($(HOST_OS),Darwin)
USEDLIBS += lldbHostMacOSX.a \
lldbPluginDynamicLoaderMacOSX.a \
More information about the lldb-commits
mailing list