mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-07 23:56:06 +00:00

The right way to parse arch names is by creating a triple. This was using getArchTypeForLLVMName before, which doesn't really do the right thing here. llvm-svn: 315965