Update REQUIRES line in 4 tests that attempt to use arm64 which should be aarch64...
authorDouglas Yung <douglas.yung@sony.com>
Wed, 24 Feb 2021 10:24:26 +0000 (02:24 -0800)
committerDouglas Yung <douglas.yung@sony.com>
Wed, 24 Feb 2021 10:26:19 +0000 (02:26 -0800)
lld/test/MachO/arm64-reloc-got-load.s
lld/test/MachO/arm64-reloc-pointer-to-got.s
lld/test/MachO/arm64-reloc-tlv-load.s
lld/test/MachO/header.s

index fb52565..d627c8a 100644 (file)
@@ -1,4 +1,4 @@
-# REQUIRES: arm
+# REQUIRES: aarch64
 
 # RUN: rm -rf %t; split-file %s %t
 # RUN: llvm-mc -filetype=obj -triple=arm64-apple-darwin %t/main.s -o %t/main.o
index 5bf98a2..65ad802 100644 (file)
@@ -1,4 +1,4 @@
-# REQUIRES: arm
+# REQUIRES: aarch64
 
 # RUN: llvm-mc -filetype=obj -triple=arm64-apple-darwin %s -o %t.o
 # RUN: %lld -lSystem -arch arm64 -o %t %t.o
index 1b911a6..3cfd311 100644 (file)
@@ -1,4 +1,4 @@
-# REQUIRES: arm
+# REQUIRES: aarch64
 
 # RUN: rm -rf %t; split-file %s %t
 # RUN: llvm-mc -filetype=obj -triple=arm64-apple-darwin %t/main.s -o %t/main.o
index c96682f..405fabc 100644 (file)
@@ -1,4 +1,4 @@
-# REQUIRES: x86, arm
+# REQUIRES: x86, aarch64
 # RUN: rm -rf %t && mkdir -p %t
 # RUN: llvm-mc -filetype=obj -triple=x86_64-apple-darwin %s -o %t/x86_64-test.o
 # RUN: llvm-mc -filetype=obj -triple=arm64-apple-darwin %s -o %t/arm64-test.o