forked from OSchip/llvm-project
Change requires line from arm to aarch64 since the test uses arm64_32 which is AArch64.
This commit is contained in:
parent
326a5a2658
commit
4e52a04833
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue