[lld] 6b95747 - [lld-macho] Disable objc test on 32-bit ARM targets

Leandro Lupori via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 28 13:35:35 PDT 2024


Author: Leandro Lupori
Date: 2024-03-28T20:35:25Z
New Revision: 6b95747087032e8f86af64325780d8471e6fce58

URL: https://github.com/llvm/llvm-project/commit/6b95747087032e8f86af64325780d8471e6fce58
DIFF: https://github.com/llvm/llvm-project/commit/6b95747087032e8f86af64325780d8471e6fce58.diff

LOG: [lld-macho] Disable objc test on 32-bit ARM targets

lld/test/MachO/objc-relative-method-lists-simple.s fails on AArch64
hosts running 32-bit ARM binaries, such as
armv8l-unknown-linux-gnueabihf.

Disable the test on the failing targets for now, to keep the
buildbots passing.

Added: 
    

Modified: 
    lld/test/MachO/objc-relative-method-lists-simple.s

Removed: 
    


################################################################################
diff  --git a/lld/test/MachO/objc-relative-method-lists-simple.s b/lld/test/MachO/objc-relative-method-lists-simple.s
index 5a77085c7d93d8..9f54b5ad828a07 100644
--- a/lld/test/MachO/objc-relative-method-lists-simple.s
+++ b/lld/test/MachO/objc-relative-method-lists-simple.s
@@ -1,4 +1,5 @@
 # REQUIRES: aarch64
+# UNSUPPORTED: target=arm{{.*}}-unknown-linux-gnueabihf
 # RUN: rm -rf %t; split-file %s %t && cd %t
 
 ## Compile a64_rel_dylib.o


        


More information about the llvm-commits mailing list