[Lldb-commits] [PATCH] First cut of PowerPC(64) support in LLDB.

Justin Hibbits jrh29 at alumni.cwru.edu
Sun Nov 2 14:22:06 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 \
----------------
loladiro wrote:
> Missing ABI/SysV-ppc
Yeah, I noticed this, too.  It's been fixed in a newer revision, along with other bugs.

http://reviews.llvm.org/D5988






More information about the lldb-commits mailing list