Currently, ppc64le and ppc64 (defaulting to big endian) have the same
descriptor, thus the linear scan always return ppc64le. Handle that through
subtype.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
There were probably easier ways to test this, but it's nice to have the core file nonetheless. LGTM, assuming the core is of a reasonable size.
Comment Actions
I reverted this due to an assert: https://lab.llvm.org/buildbot/#/builders/96/builds/22715/steps/6/logs/stdio (set cmake LLVM_ENABLE_ASSERTIONS to ON)
I think you could just add PowerPC to the if (!reg_interface there but first time looking at the code I'm not sure of the consequences of that.
Comment Actions
Thanks @DavidSpickett for the revert. I think we need to implement RegisterInfoPOSIX_ppc64 for Linux... I'll investiagte that.
Comment Actions
Change the rest case to something that doesn't require me to implement ppc64be corefile support.