[lld] 6dc9121 - Revert "Mark test lld/test/MachO/fat-arch.s updated in e54cfa4 to require aarch64."

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 9 05:32:38 PST 2022


Author: Nico Weber
Date: 2022-12-09T08:32:28-05:00
New Revision: 6dc91217a3e6202d9a648ab8fa6cee9f08c01964

URL: https://github.com/llvm/llvm-project/commit/6dc91217a3e6202d9a648ab8fa6cee9f08c01964
DIFF: https://github.com/llvm/llvm-project/commit/6dc91217a3e6202d9a648ab8fa6cee9f08c01964.diff

LOG: Revert "Mark test lld/test/MachO/fat-arch.s updated in e54cfa4 to require aarch64."

This reverts commit 9c381c430e413b2c2b7a15e43f4db3f4b7a7e138.
Prerequisite for reverting e54cfa48d2d56e025fee9e239f8ba4fdec5520c8.

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 942d343a2bb69..fd03248b2ee09 100644
--- a/lld/test/MachO/fat-arch.s
+++ b/lld/test/MachO/fat-arch.s
@@ -1,4 +1,4 @@
-# REQUIRES: x86, aarch64
+# REQUIRES: x86
 # 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