While I'm at it, fix a related problem in lldb-server.

REPOSITORY
  rL LLVM

http://reviews.llvm.org/D10399

Files:
  lib/Makefile
  tools/lldb-server/Makefile

Index: lib/Makefile
===================================================================
--- lib/Makefile
+++ lib/Makefile
@@ -85,7 +85,6 @@
        clangSema.a \
        clangSerialization.a \
        LLVMMCDisassembler.a \
-       LLVMObjCARCOpts.a \
        LLVMProfileData.a \
        lldbPluginPlatformMacOSX.a \
        lldbPluginPlatformLinux.a \
Index: tools/lldb-server/Makefile
===================================================================
--- tools/lldb-server/Makefile
+++ tools/lldb-server/Makefile
@@ -12,7 +12,7 @@

 LLVMLibsOptions += -llldb -llldbUtility

-USEDLIBS := LLVMSupport.a
+LINK_COMPONENTS := support

 include $(LLDB_LEVEL)/Makefile

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
Index: lib/Makefile
===================================================================
--- lib/Makefile
+++ lib/Makefile
@@ -85,7 +85,6 @@
        clangSema.a \
        clangSerialization.a \
        LLVMMCDisassembler.a \
-       LLVMObjCARCOpts.a \
        LLVMProfileData.a \
        lldbPluginPlatformMacOSX.a \
        lldbPluginPlatformLinux.a \
Index: tools/lldb-server/Makefile
===================================================================
--- tools/lldb-server/Makefile
+++ tools/lldb-server/Makefile
@@ -12,7 +12,7 @@

 LLVMLibsOptions += -llldb -llldbUtility

-USEDLIBS := LLVMSupport.a
+LINK_COMPONENTS := support

 include $(LLDB_LEVEL)/Makefile

_______________________________________________
lldb-commits mailing list
lldb-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to