[llvm-lipo] Fix create-arch-asm test by requiring x86 and aarch64 target

https://reviews.llvm.org/D133729 broke the buildbots because some
don't build with both x86 and aarch64 targets. Adding REQUIRES
to make sure this test only runs when specifying for both arch.
This commit is contained in:
Vincent Lee 2022-09-12 18:56:44 -07:00
parent 61e5438498
commit 79e5c5004e
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
# REQUIRES: x86-registered-target && aarch64-registered-target
# RUN: llvm-as %p/Inputs/arm64-asm.ll -o %t-arm64-asm.o
# RUN: llvm-as %p/Inputs/x86_64-asm.ll -o %t-x86_64-asm.o