mirror of
https://github.com/RPCS3/llvm.git
synced 2025-04-16 04:52:16 +00:00
AMDGPU: Fix getArchTypePrefix
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@258525 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a75de8d6ed
commit
9c5e71ab85
@ -94,8 +94,8 @@ const char *Triple::getArchTypePrefix(ArchType Kind) {
|
||||
|
||||
case hexagon: return "hexagon";
|
||||
|
||||
case amdgcn:
|
||||
case r600: return "amdgpu";
|
||||
case amdgcn: return "amdgcn";
|
||||
case r600: return "r600";
|
||||
|
||||
case bpfel:
|
||||
case bpfeb: return "bpf";
|
||||
|
Loading…
x
Reference in New Issue
Block a user