We implement getHostCPUName() for AIX via systemcfg interfaces since access to the processor version register is a privileged operation. We return a value based on the current processor implementation mode.
This fixes the cpu detection used by clang for -mcpu=native.
I suspect we're going to update this once POWER_10 is defined by the system header, do we need a TO-DO before that happens?