Use permissive classifications in `platformFromTriple`
The `Permissive` classification is for recognising tokens from the "outside world". `platformFromTriple` is similar to `buildOS`/`buildArch`. Specifically, on IBM AIX, the platform triple is usually "powerpc-ibm-aix", where "powerpc" will only be recognised in `Permissive` mode.
Please register or sign in to comment