[lld] 4e52a04 - Change requires line from arm to aarch64 since the test uses arm64_32 which is AArch64.

Douglas Yung via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 21 12:52:05 PDT 2021


Author: Douglas Yung
Date: 2021-07-21T12:51:53-07:00
New Revision: 4e52a04833fb352090498d6d1c013a2c61d75e53

URL: https://github.com/llvm/llvm-project/commit/4e52a04833fb352090498d6d1c013a2c61d75e53
DIFF: https://github.com/llvm/llvm-project/commit/4e52a04833fb352090498d6d1c013a2c61d75e53.diff

LOG: Change requires line from arm to aarch64 since the test uses arm64_32 which is AArch64.

Added: 
    

Modified: 
    lld/test/MachO/bind-opcodes.s

Removed: 
    


################################################################################
diff  --git a/lld/test/MachO/bind-opcodes.s b/lld/test/MachO/bind-opcodes.s
index 0f8467ac5c496..67d7e26bf9f01 100644
--- a/lld/test/MachO/bind-opcodes.s
+++ b/lld/test/MachO/bind-opcodes.s
@@ -1,4 +1,4 @@
-# REQUIRES: x86, arm
+# REQUIRES: x86, aarch64
 # RUN: rm -rf %t; split-file %s %t
 # RUN: llvm-mc -filetype=obj -triple=x86_64-apple-darwin %t/foo.s -o %t/foo.o
 # RUN: llvm-mc -filetype=obj -triple=x86_64-apple-darwin --defsym PTR64=0 %t/test.s -o %t/test.o


        


More information about the llvm-commits mailing list