Skip to content

Commit

Permalink
AMDGPU/LLD: Remove the use of binary file from one of the AMDGPU tests
Browse files Browse the repository at this point in the history
Differential Revision: https://reviews.llvm.org/D43413

llvm-svn: 325404
  • Loading branch information
kzhuravl committed Feb 16, 2018
1 parent 8ceddb0 commit 82a6199
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file removed lld/test/ELF/Inputs/amdgpu-kernel-2.o
Binary file not shown.
6 changes: 3 additions & 3 deletions lld/test/ELF/amdgpu-elf-flags-err.s
@@ -1,7 +1,7 @@
# RUN: llvm-mc -triple amdgcn-amd-amdhsa -mcpu=gfx803 -filetype=obj %S/Inputs/amdgpu-kernel-0.s -o %t-0.o
# RUN: llvm-mc -triple amdgcn-amd-amdhsa -mcpu=gfx802 -filetype=obj %S/Inputs/amdgpu-kernel-0.s -o %t-0.o
# RUN: llvm-mc -triple amdgcn-amd-amdhsa -mcpu=gfx803 -filetype=obj %S/Inputs/amdgpu-kernel-1.s -o %t-1.o
# RUN: not ld.lld -shared %t-0.o %t-1.o %S/Inputs/amdgpu-kernel-2.o -o %t.so 2>&1 | FileCheck %s
# RUN: not ld.lld -shared %t-0.o %t-1.o -o %t.so 2>&1 | FileCheck %s

# REQUIRES: amdgpu

# CHECK: error: incompatible e_flags: {{.*}}amdgpu-kernel-2.o
# CHECK: error: incompatible e_flags: {{.*}}-1.o

0 comments on commit 82a6199

Please sign in to comment.