Change requires line from arm to aarch64 since the test uses arm64_32 which is AArch64.

This commit is contained in:
Douglas Yung 2021-07-21 12:51:05 -07:00
parent 326a5a2658
commit 4e52a04833
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# REQUIRES: x86, arm # REQUIRES: x86, aarch64
# RUN: rm -rf %t; split-file %s %t # RUN: rm -rf %t; split-file %s %t
# RUN: llvm-mc -filetype=obj -triple=x86_64-apple-darwin %t/foo.s -o %t/foo.o # RUN: llvm-mc -filetype=obj -triple=x86_64-apple-darwin %t/foo.s -o %t/foo.o
# RUN: llvm-mc -filetype=obj -triple=x86_64-apple-darwin --defsym PTR64=0 %t/test.s -o %t/test.o # RUN: llvm-mc -filetype=obj -triple=x86_64-apple-darwin --defsym PTR64=0 %t/test.s -o %t/test.o