[lld] 224094e - [lld-macho] Require aarch64 for eh-frame.s test

Jez Ng via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 13 11:05:24 PDT 2022


Author: Jez Ng
Date: 2022-06-13T14:05:07-04:00
New Revision: 224094eb447f8d5691ec65f5f53c5a6d085c2e2f

URL: https://github.com/llvm/llvm-project/commit/224094eb447f8d5691ec65f5f53c5a6d085c2e2f
DIFF: https://github.com/llvm/llvm-project/commit/224094eb447f8d5691ec65f5f53c5a6d085c2e2f.diff

LOG: [lld-macho] Require aarch64 for eh-frame.s test

Should fix the test failure introduced by D124561.

Added: 
    

Modified: 
    lld/test/MachO/eh-frame.s

Removed: 
    


################################################################################
diff  --git a/lld/test/MachO/eh-frame.s b/lld/test/MachO/eh-frame.s
index 7437fdddbc0a3..2ebcf96feccc2 100644
--- a/lld/test/MachO/eh-frame.s
+++ b/lld/test/MachO/eh-frame.s
@@ -1,4 +1,4 @@
-# REQUIRES: x86
+# REQUIRES: x86, aarch64
 # RUN: rm -rf %t; mkdir %t
 
 # RUN: llvm-mc -filetype=obj -triple=x86_64-apple-macos10.15 %s -o %t/eh-frame-x86_64.o


        


More information about the llvm-commits mailing list