Mark test lld/test/MachO/fat-arch.s updated in e54cfa4 to require aarch64.
authorDouglas Yung <douglas.yung@sony.com>
Fri, 9 Dec 2022 06:41:45 +0000 (22:41 -0800)
committerDouglas Yung <douglas.yung@sony.com>
Fri, 9 Dec 2022 06:43:35 +0000 (22:43 -0800)
lld/test/MachO/fat-arch.s

index fd03248..942d343 100644 (file)
@@ -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