[Lldb-commits] [PATCH] First cut of PowerPC(64) support in LLDB.
Keno Fischer
kfischer at college.harvard.edu
Sun Nov 2 14:08:47 PST 2014
REPOSITORY
rL LLVM
================
Comment at: lldb/trunk/source/Plugins/Makefile:16
@@ -15,3 +15,3 @@
PARALLEL_DIRS := ABI/MacOSX-arm ABI/MacOSX-arm64 ABI/MacOSX-i386 ABI/SysV-x86_64 \
- ABI/SysV-hexagon \
+ ABI/SysV-hexagon ABI/SysV-ppc64 \
Disassembler/llvm \
----------------
Missing ABI/SysV-ppc
http://reviews.llvm.org/D5988
More information about the lldb-commits
mailing list