[lld] b309f17 - [lld/mac] add aarch64 to requirements of encryption-info.s test
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 21 11:21:54 PDT 2021
Author: Nico Weber
Date: 2021-04-21T14:21:42-04:00
New Revision: b309f17abf1af2ebff8d5f244336a46a6e4b193a
URL: https://github.com/llvm/llvm-project/commit/b309f17abf1af2ebff8d5f244336a46a6e4b193a
DIFF: https://github.com/llvm/llvm-project/commit/b309f17abf1af2ebff8d5f244336a46a6e4b193a.diff
LOG: [lld/mac] add aarch64 to requirements of encryption-info.s test
Added:
Modified:
lld/test/MachO/encryption-info.s
Removed:
################################################################################
diff --git a/lld/test/MachO/encryption-info.s b/lld/test/MachO/encryption-info.s
index df7e604ea381..fc97d0f88d36 100644
--- a/lld/test/MachO/encryption-info.s
+++ b/lld/test/MachO/encryption-info.s
@@ -1,4 +1,4 @@
-# REQUIRES: x86
+# REQUIRES: aarch64, x86
# RUN: rm -rf %t; mkdir -p %t
# RUN: llvm-mc -filetype=obj -triple=x86_64-apple-darwin %s -o %t/test.o
# RUN: llvm-mc -filetype=obj -triple=arm64_32-apple-watchos %s -o %t/watchos-test.o
More information about the llvm-commits
mailing list