Commit ee91f8f9 authored by Tom Stellard's avatar Tom Stellard
Browse files

Merging r280120:

------------------------------------------------------------------------
r280120 | niels_ole | 2016-08-30 11:00:22 -0700 (Tue, 30 Aug 2016) | 4 lines

Basic/Targets.cpp: Add polaris10 and polaris11 gpus

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

------------------------------------------------------------------------

llvm-svn: 288149
parent a249eb8c
Loading
Loading
Loading
Loading
+17 −15
Original line number Diff line number Diff line
@@ -2096,6 +2096,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);
  }