Basic/Targets.cpp: Add polaris10 and polaris11 gpus

Differential Revision: https://reviews.llvm.org/D23746

llvm-svn: 280120
This commit is contained in:
Niels Ole Salscheider 2016-08-30 18:00:22 +00:00
parent 8899d52c18
commit c37d69f1ee
1 changed files with 17 additions and 15 deletions

View File

@ -2125,6 +2125,8 @@ public:
.Case("carrizo", GK_VOLCANIC_ISLANDS)
.Case("fiji", GK_VOLCANIC_ISLANDS)
.Case("stoney", GK_VOLCANIC_ISLANDS)
.Case("polaris10", GK_VOLCANIC_ISLANDS)
.Case("polaris11", GK_VOLCANIC_ISLANDS)
.Default(GK_NONE);
}