From 224094eb447f8d5691ec65f5f53c5a6d085c2e2f Mon Sep 17 00:00:00 2001 From: Jez Ng Date: Mon, 13 Jun 2022 14:04:10 -0400 Subject: [PATCH] [lld-macho] Require aarch64 for eh-frame.s test Should fix the test failure introduced by D124561. --- lld/test/MachO/eh-frame.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lld/test/MachO/eh-frame.s b/lld/test/MachO/eh-frame.s index 7437fdd..2ebcf96 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 -- 2.7.4