mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-12 22:17:47 +00:00
Revert "[Triple] Add Facebook vendor"
This reverts commit r287684 Objections on the review thread had not been addressed to prior to commit. I asked the committer to revert, but i expect they are gone for the US holiday or something. llvm-svn: 287798
This commit is contained in:
parent
fb1214dfc3
commit
5c0c0081f0
@ -130,7 +130,6 @@ public:
|
||||
SCEI,
|
||||
BGP,
|
||||
BGQ,
|
||||
Facebook,
|
||||
Freescale,
|
||||
IBM,
|
||||
ImaginationTechnologies,
|
||||
|
@ -152,7 +152,6 @@ StringRef Triple::getVendorTypeName(VendorType Kind) {
|
||||
case SCEI: return "scei";
|
||||
case BGP: return "bgp";
|
||||
case BGQ: return "bgq";
|
||||
case Facebook: return "facebook";
|
||||
case Freescale: return "fsl";
|
||||
case IBM: return "ibm";
|
||||
case ImaginationTechnologies: return "img";
|
||||
@ -435,7 +434,6 @@ static Triple::VendorType parseVendor(StringRef VendorName) {
|
||||
.Case("scei", Triple::SCEI)
|
||||
.Case("bgp", Triple::BGP)
|
||||
.Case("bgq", Triple::BGQ)
|
||||
.Case("facebook", Triple::Facebook)
|
||||
.Case("fsl", Triple::Freescale)
|
||||
.Case("ibm", Triple::IBM)
|
||||
.Case("img", Triple::ImaginationTechnologies)
|
||||
|
Loading…
Reference in New Issue
Block a user