summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/section/TestSectionAPI.py
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2018-02-27 10:09:58 +0000
committerJonas Devlieghere <jonas@devlieghere.com>2018-02-27 10:09:58 +0000
commit425b24812867a46c0217d7d7fee253781a7b55c1 (patch)
tree04269d67a895e218437d893902df5659cd3924d0 /lldb/packages/Python/lldbsuite/test/python_api/section/TestSectionAPI.py
parent1807c516c77eb2b66ee84cba56435897c913812d (diff)
downloadbcm5719-llvm-425b24812867a46c0217d7d7fee253781a7b55c1.tar.gz
bcm5719-llvm-425b24812867a46c0217d7d7fee253781a7b55c1.zip
[ADT] Recognize ppc as valid architecture in target triple.
Until this patch, only `powerpc` and `ppc32` were recognized as valid PowerPC 32-bit architectures in a target triple. This was incompatible with the triple `ppc-apple-darwin` as returned for libObject. I found out about this when working on a test case using a binary generated on an old PowerBook G4. We had the choice of either fix this in the Mach-O object parser or in the Triple implementation. I chose the latter because it feels like the most canonical place. Differential revision: https://reviews.llvm.org/D43760 llvm-svn: 326182
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/section/TestSectionAPI.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud