[Lldb-commits] [lldb] r234407 - Force the inclusion of the LLVMSupport lib. Otherwise, the build (might?) fails with an undefined reference to 'llvm::llvm_is_multithreaded()'

Sylvestre Ledru sylvestre at debian.org
Wed Apr 8 07:09:37 PDT 2015


Author: sylvestre
Date: Wed Apr  8 09:09:36 2015
New Revision: 234407

URL: http://llvm.org/viewvc/llvm-project?rev=234407&view=rev
Log:
Force the inclusion of the LLVMSupport lib. Otherwise, the build (might?) fails with an undefined reference to 'llvm::llvm_is_multithreaded()'

Modified:
    lldb/trunk/tools/lldb-server/Makefile

Modified: lldb/trunk/tools/lldb-server/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/tools/lldb-server/Makefile?rev=234407&r1=234406&r2=234407&view=diff
==============================================================================
--- lldb/trunk/tools/lldb-server/Makefile (original)
+++ lldb/trunk/tools/lldb-server/Makefile Wed Apr  8 09:09:36 2015
@@ -12,6 +12,8 @@ TOOLNAME = lldb-server
 
 LLVMLibsOptions += -llldb -llldbUtility
 
+USEDLIBS := LLVMSupport.a
+
 include $(LLDB_LEVEL)/Makefile
 
 ifeq ($(HOST_OS),Darwin)





More information about the lldb-commits mailing list