[lld] 69cd4fa - Reapply: [lld] Restore "REQUIRES: amdgpu" in amdgpu-abi-version

via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 7 03:35:26 PST 2023


Author: pvanhout
Date: 2023-11-07T12:35:17+01:00
New Revision: 69cd4faad7c607b754318cce1e21d72fbb65d5ef

URL: https://github.com/llvm/llvm-project/commit/69cd4faad7c607b754318cce1e21d72fbb65d5ef
DIFF: https://github.com/llvm/llvm-project/commit/69cd4faad7c607b754318cce1e21d72fbb65d5ef.diff

LOG: Reapply: [lld] Restore "REQUIRES: amdgpu" in amdgpu-abi-version

Accidentally deleted it in a previous commit.

Added: 
    

Modified: 
    lld/test/ELF/amdgpu-abi-version.s

Removed: 
    


################################################################################
diff  --git a/lld/test/ELF/amdgpu-abi-version.s b/lld/test/ELF/amdgpu-abi-version.s
index 72b67fdaeb1a1b6..cda9f5aafa5ee2f 100644
--- a/lld/test/ELF/amdgpu-abi-version.s
+++ b/lld/test/ELF/amdgpu-abi-version.s
@@ -1,3 +1,4 @@
+# REQUIRES: amdgpu
 # RUN: llvm-mc -triple amdgcn-amd-amdhsa -mcpu=gfx900 --amdhsa-code-object-version=4 -filetype=obj %s -o %t.o
 # RUN: ld.lld -shared %t.o -o %t.so
 # RUN: llvm-readobj --file-headers %t.so | FileCheck --check-prefix=COV4 %s


        


More information about the llvm-commits mailing list