[lld] 9c381c4 - Mark test lld/test/MachO/fat-arch.s updated in e54cfa4 to require aarch64.
Douglas Yung via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 8 22:43:52 PST 2022
Author: Douglas Yung
Date: 2022-12-08T22:43:35-08:00
New Revision: 9c381c430e413b2c2b7a15e43f4db3f4b7a7e138
URL: https://github.com/llvm/llvm-project/commit/9c381c430e413b2c2b7a15e43f4db3f4b7a7e138
DIFF: https://github.com/llvm/llvm-project/commit/9c381c430e413b2c2b7a15e43f4db3f4b7a7e138.diff
LOG: Mark test lld/test/MachO/fat-arch.s updated in e54cfa4 to require aarch64.
Added:
Modified:
lld/test/MachO/fat-arch.s
Removed:
################################################################################
diff --git a/lld/test/MachO/fat-arch.s b/lld/test/MachO/fat-arch.s
index fd03248b2ee0..942d343a2bb6 100644
--- a/lld/test/MachO/fat-arch.s
+++ b/lld/test/MachO/fat-arch.s
@@ -1,4 +1,4 @@
-# REQUIRES: x86
+# REQUIRES: x86, aarch64
# RUN: llvm-mc -filetype=obj -triple=i386-apple-darwin %s -o %t.i386.o
# RUN: llvm-mc -filetype=obj -triple=x86_64-apple-darwin %s -o %t.x86_64.o
# RUN: llvm-mc -filetype=obj -triple=arm64-apple-macos11.0 %s -o %t.arm64.o
More information about the llvm-commits
mailing list