fn parseCpuArch(args: ParseOptions) ?Target.Cpu.Arch
[src]
Similar to parse
except instead of fully parsing, it only determines the CPU architecture and returns it if it can be determined, and returns null
otherwise. This is intended to be used if the API user of CrossTarget needs to learn the target CPU architecture in order to fully populate ParseOptions
.