diff options
| author | Daniel Malea <daniel.malea@intel.com> | 2013-07-02 17:36:01 +0000 |
|---|---|---|
| committer | Daniel Malea <daniel.malea@intel.com> | 2013-07-02 17:36:01 +0000 |
| commit | 6d858b220b8c46af632465cc4dea240740abf1ac (patch) | |
| tree | 431bee8aedaaed76dcdfa4a59b8027eb047dfff3 | |
| parent | 13be6bfb60836ef2aa62b2394854c108eaf36b14 (diff) | |
| download | bcm5719-llvm-6d858b220b8c46af632465cc4dea240740abf1ac.tar.gz bcm5719-llvm-6d858b220b8c46af632465cc4dea240740abf1ac.zip | |
Add SymbolVenderELF to autotools build (for Linux + FreeBSD)
- should resolve the build failures on the linux clang buildbot
llvm-svn: 185448
| -rw-r--r-- | lldb/source/Plugins/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/source/Plugins/Makefile b/lldb/source/Plugins/Makefile index fa758723b36..f420a03deee 100644 --- a/lldb/source/Plugins/Makefile +++ b/lldb/source/Plugins/Makefile @@ -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 |

