forked from OSchip/llvm-project
Enable automatic GCC<->LLVM intrinsic translation for mips.
llvm-svn: 159367
This commit is contained in:
parent
07ce7d8fb5
commit
ae3c300625
|
@ -62,7 +62,12 @@ const char *Triple::getArchTypePrefix(ArchType Kind) {
|
|||
|
||||
case mblaze: return "mblaze";
|
||||
|
||||
case hexagon: return "hexagon";
|
||||
case mips:
|
||||
case mipsel:
|
||||
case mips64:
|
||||
case mips64el:return "mips";
|
||||
|
||||
case hexagon: return "hexagon";
|
||||
|
||||
case r600: return "r600";
|
||||
|
||||
|
|
Loading…
Reference in New Issue