[lld] 7571f27 - [lld] Restore "REQUIRES: amdgpu" in amdgpu-abi-version

via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 15 23:41:36 PDT 2023


Author: pvanhout
Date: 2023-10-16T08:41:26+02:00
New Revision: 7571f27ed768530f3fe9707d310c83d5a687ea16

URL: https://github.com/llvm/llvm-project/commit/7571f27ed768530f3fe9707d310c83d5a687ea16
DIFF: https://github.com/llvm/llvm-project/commit/7571f27ed768530f3fe9707d310c83d5a687ea16.diff

LOG: [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