[lld] r325404 - AMDGPU/LLD: Remove the use of binary file from one of the AMDGPU tests

Konstantin Zhuravlyov via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 16 14:55:36 PST 2018


Author: kzhuravl
Date: Fri Feb 16 14:55:36 2018
New Revision: 325404

URL: http://llvm.org/viewvc/llvm-project?rev=325404&view=rev
Log:
AMDGPU/LLD: Remove the use of binary file from one of the AMDGPU tests

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

Removed:
    lld/trunk/test/ELF/Inputs/amdgpu-kernel-2.o
Modified:
    lld/trunk/test/ELF/amdgpu-elf-flags-err.s

Removed: lld/trunk/test/ELF/Inputs/amdgpu-kernel-2.o
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/ELF/Inputs/amdgpu-kernel-2.o?rev=325403&view=auto
==============================================================================
Binary file - no diff available.

Modified: lld/trunk/test/ELF/amdgpu-elf-flags-err.s
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/ELF/amdgpu-elf-flags-err.s?rev=325404&r1=325403&r2=325404&view=diff
==============================================================================
--- lld/trunk/test/ELF/amdgpu-elf-flags-err.s (original)
+++ lld/trunk/test/ELF/amdgpu-elf-flags-err.s Fri Feb 16 14:55:36 2018
@@ -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




More information about the llvm-commits mailing list