From 473d951406163926637ec621337201bf470d5c77 Mon Sep 17 00:00:00 2001 From: Konstantin Zhuravlyov Date: Sat, 14 Oct 2017 15:59:07 +0000 Subject: AMDGPU: Do not emit deprecated notes for code object v3 Differential Revision: https://reviews.llvm.org/D38749 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@315810 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/MC/AMDGPU/isa-version-hsa.s | 1 - test/MC/AMDGPU/isa-version-unk.s | 1 - 2 files changed, 2 deletions(-) (limited to 'test/MC') diff --git a/test/MC/AMDGPU/isa-version-hsa.s b/test/MC/AMDGPU/isa-version-hsa.s index 8917939f364..0c508804150 100644 --- a/test/MC/AMDGPU/isa-version-hsa.s +++ b/test/MC/AMDGPU/isa-version-hsa.s @@ -6,7 +6,6 @@ // RUN: not llvm-mc -triple amdgcn-amd-amdpal -mcpu=gfx800 %s 2>&1 | FileCheck --check-prefix=GCN --check-prefix=OSABI-PAL-ERR --check-prefix=GFX800 %s // RUN: not llvm-mc -triple amdgcn-amd-amdpal -mcpu=iceland %s 2>&1 | FileCheck --check-prefix=GCN --check-prefix=OSABI-PAL-ERR --check-prefix=GFX800 %s - // OSABI-HSA: .amd_amdgpu_isa "amdgcn-amd-amdhsa--gfx800" // OSABI-UNK-ERR: error: .amd_amdgpu_isa directive does not match triple and/or mcpu arguments specified through the command line // OSABI-HSA-ERR: error: .amd_amdgpu_isa directive does not match triple and/or mcpu arguments specified through the command line diff --git a/test/MC/AMDGPU/isa-version-unk.s b/test/MC/AMDGPU/isa-version-unk.s index f0fd9d22756..c5e3f8af67a 100644 --- a/test/MC/AMDGPU/isa-version-unk.s +++ b/test/MC/AMDGPU/isa-version-unk.s @@ -6,7 +6,6 @@ // RUN: not llvm-mc -triple amdgcn-amd-amdpal -mcpu=gfx800 %s 2>&1 | FileCheck --check-prefix=GCN --check-prefix=OSABI-PAL-ERR --check-prefix=GFX800 %s // RUN: not llvm-mc -triple amdgcn-amd-amdpal -mcpu=iceland %s 2>&1 | FileCheck --check-prefix=GCN --check-prefix=OSABI-PAL-ERR --check-prefix=GFX800 %s - // OSABI-UNK: .amd_amdgpu_isa "amdgcn-amd-unknown--gfx800" // OSABI-UNK-ERR: error: .amd_amdgpu_isa directive does not match triple and/or mcpu arguments specified through the command line // OSABI-HSA-ERR: error: .amd_amdgpu_isa directive does not match triple and/or mcpu arguments specified through the command line -- cgit v1.2.3