[Lldb-commits] [lldb] r185448 - Add SymbolVenderELF to autotools build (for Linux + FreeBSD)

Daniel Malea daniel.malea at intel.com
Tue Jul 2 10:36:01 PDT 2013


Author: dmalea
Date: Tue Jul  2 12:36:01 2013
New Revision: 185448

URL: http://llvm.org/viewvc/llvm-project?rev=185448&view=rev
Log:
Add SymbolVenderELF to autotools build (for Linux + FreeBSD)
- should resolve the build failures on the linux clang buildbot



Modified:
    lldb/trunk/source/Plugins/Makefile

Modified: lldb/trunk/source/Plugins/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/Makefile?rev=185448&r1=185447&r2=185448&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/Makefile (original)
+++ lldb/trunk/source/Plugins/Makefile Tue Jul  2 12:36:01 2013
@@ -34,10 +34,12 @@ endif
 ifeq ($(HOST_OS),Linux)
 DIRS += DynamicLoader/MacOSX-DYLD
 DIRS += Process/Linux Process/POSIX
+DIRS += SymbolVendor/ELF
 endif
 
 ifneq (,$(filter $(HOST_OS), FreeBSD GNU/kFreeBSD))
 DIRS += Process/FreeBSD Process/POSIX
+DIRS += SymbolVendor/ELF
 endif
 
 include $(LLDB_LEVEL)/Makefile





More information about the lldb-commits mailing list