[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:
parent
61e5438498
commit
79e5c5004e
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue