[Lldb-commits] [PATCH] D36804: Add initial support to PowerPC64 little endian (POWER8)
Gustavo Serra Scalet via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Aug 30 04:15:03 PDT 2017
gut updated this revision to Diff 113236.
gut added a comment.
Remove unused MachO detection for ppc64le
https://reviews.llvm.org/D36804
Files:
source/Core/ArchSpec.cpp
Index: source/Core/ArchSpec.cpp
===================================================================
--- source/Core/ArchSpec.cpp
+++ source/Core/ArchSpec.cpp
@@ -372,8 +372,6 @@
SUBTYPE_MASK},
{ArchSpec::eCore_ppc_ppc970, llvm::MachO::CPU_TYPE_POWERPC, 100, UINT32_MAX,
SUBTYPE_MASK},
- {ArchSpec::eCore_ppc64le_generic, llvm::MachO::CPU_TYPE_POWERPC64, CPU_ANY,
- UINT32_MAX, SUBTYPE_MASK},
{ArchSpec::eCore_ppc64_generic, llvm::MachO::CPU_TYPE_POWERPC64, 0,
UINT32_MAX, SUBTYPE_MASK},
{ArchSpec::eCore_ppc64_ppc970_64, llvm::MachO::CPU_TYPE_POWERPC64, 100,
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D36804.113236.patch
Type: text/x-patch
Size: 599 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20170830/daed4b99/attachment.bin>
More information about the lldb-commits
mailing list