mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
Add triple parsing support for XCore.
llvm-svn: 80629
This commit is contained in:
parent
a123ee96f4
commit
5fc832f0a6
@ -186,6 +186,8 @@ void Triple::Parse() const {
|
||||
Arch = systemz;
|
||||
else if (ArchName == "tce")
|
||||
Arch = tce;
|
||||
else if (ArchName == "xcore")
|
||||
Arch = xcore;
|
||||
else
|
||||
Arch = UnknownArch;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user