[lld] ce863dd - [lld-macho,test] Fix REQUIRES after #97639
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 8 12:07:58 PDT 2024
Author: Fangrui Song
Date: 2024-07-08T12:07:54-07:00
New Revision: ce863dd5a77723fc21e1e43f5d3dd503e9a73d14
URL: https://github.com/llvm/llvm-project/commit/ce863dd5a77723fc21e1e43f5d3dd503e9a73d14
DIFF: https://github.com/llvm/llvm-project/commit/ce863dd5a77723fc21e1e43f5d3dd503e9a73d14.diff
LOG: [lld-macho,test] Fix REQUIRES after #97639
Added:
Modified:
lld/test/MachO/implicit-and-allowable-clients.test
Removed:
################################################################################
diff --git a/lld/test/MachO/implicit-and-allowable-clients.test b/lld/test/MachO/implicit-and-allowable-clients.test
index e3f93aa7df0e8..576db33af2ea0 100644
--- a/lld/test/MachO/implicit-and-allowable-clients.test
+++ b/lld/test/MachO/implicit-and-allowable-clients.test
@@ -1,4 +1,4 @@
-# REQUIRES: arm
+# REQUIRES: aarch64
# RUN: rm -rf %t; split-file %s %t
# RUN: ln -s Versions/A/FrameworkPublic.tbd %t/System/Library/Frameworks/FrameworkPublic.framework/
# RUN: ln -s Versions/A/FrameworkPrivate.tbd %t/System/Library/Frameworks/FrameworkPrivate.framework/
@@ -46,4 +46,3 @@ _main:
.data
.quad _funcPublic
.quad _funcPrivate
-
More information about the llvm-commits
mailing list