[Lldb-commits] [lldb] r204685 - Add ObjectFile/JIT to the makefile.
Greg Clayton
gclayton at apple.com
Mon Mar 24 16:30:43 PDT 2014
Author: gclayton
Date: Mon Mar 24 18:30:43 2014
New Revision: 204685
URL: http://llvm.org/viewvc/llvm-project?rev=204685&view=rev
Log:
Add ObjectFile/JIT to the makefile.
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=204685&r1=204684&r2=204685&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/Makefile (original)
+++ lldb/trunk/source/Plugins/Makefile Mon Mar 24 18:30:43 2014
@@ -14,7 +14,7 @@ include $(LLDB_LEVEL)/../../Makefile.con
DIRS := ABI/MacOSX-arm ABI/MacOSX-i386 ABI/SysV-x86_64 Disassembler/llvm \
ObjectContainer/BSD-Archive ObjectFile/ELF ObjectFile/PECOFF \
- SymbolFile/DWARF SymbolFile/Symtab Process/Utility \
+ ObjectFile/JIT SymbolFile/DWARF SymbolFile/Symtab Process/Utility \
DynamicLoader/Static Platform Process/gdb-remote Instruction/ARM \
UnwindAssembly/InstEmulation UnwindAssembly/x86 \
LanguageRuntime/CPlusPlus/ItaniumABI \
More information about the lldb-commits
mailing list