diff options
Diffstat (limited to 'clang/test/Driver/amdgpu-mcpu.cl')
-rw-r--r-- | clang/test/Driver/amdgpu-mcpu.cl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/clang/test/Driver/amdgpu-mcpu.cl b/clang/test/Driver/amdgpu-mcpu.cl index 265d0f7797f..c036e2ef093 100644 --- a/clang/test/Driver/amdgpu-mcpu.cl +++ b/clang/test/Driver/amdgpu-mcpu.cl @@ -82,6 +82,8 @@ // RUN: %clang -### -target amdgcn -mcpu=stoney %s 2>&1 | FileCheck --check-prefix=STONEY %s // RUN: %clang -### -target amdgcn -mcpu=gfx900 %s 2>&1 | FileCheck --check-prefix=GFX900 %s // RUN: %clang -### -target amdgcn -mcpu=gfx902 %s 2>&1 | FileCheck --check-prefix=GFX902 %s +// RUN: %clang -### -target amdgcn -mcpu=gfx904 %s 2>&1 | FileCheck --check-prefix=GFX904 %s +// RUN: %clang -### -target amdgcn -mcpu=gfx906 %s 2>&1 | FileCheck --check-prefix=GFX906 %s // GFX600: "-target-cpu" "gfx600" // TAHITI: "-target-cpu" "tahiti" @@ -113,3 +115,5 @@ // STONEY: "-target-cpu" "stoney" // GFX900: "-target-cpu" "gfx900" // GFX902: "-target-cpu" "gfx902" +// GFX904: "-target-cpu" "gfx904" +// GFX906: "-target-cpu" "gfx906" |