[PATCH] D43413: AMDGPU/LLD: Remove the use of binary file from one of the AMDGPU tests

Konstantin Zhuravlyov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 16 14:57:50 PST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL325404: AMDGPU/LLD: Remove the use of binary file from one of the AMDGPU tests (authored by kzhuravl, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D43413?vs=134729&id=134733#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D43413

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


Index: lld/trunk/test/ELF/amdgpu-elf-flags-err.s
===================================================================
--- lld/trunk/test/ELF/amdgpu-elf-flags-err.s
+++ lld/trunk/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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43413.134733.patch
Type: text/x-patch
Size: 851 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180216/bb57a667/attachment.bin>


More information about the llvm-commits mailing list