[lld] Fix test crashing when AVR target is missing

Fixes buildbot error.
This commit is contained in:
LemonBoy 2021-04-16 11:12:29 +02:00
parent fda078bffb
commit 7c6f177477
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
; REQUIRES: avr
; RUN: llvm-mc -filetype=obj -triple=avr -mcpu=avr5 %s -o %t-v5 ; RUN: llvm-mc -filetype=obj -triple=avr -mcpu=avr5 %s -o %t-v5
; RUN: llvm-mc -filetype=obj -triple=avr -mcpu=avrxmega3 %s -o %t-xmega3 ; RUN: llvm-mc -filetype=obj -triple=avr -mcpu=avrxmega3 %s -o %t-xmega3
; RUN: ld.lld %t-v5 -o %t-v5.out ; RUN: ld.lld %t-v5 -o %t-v5.out