forked from OSchip/llvm-project
[lld] Fix test crashing when AVR target is missing
Fixes buildbot error.
This commit is contained in:
parent
fda078bffb
commit
7c6f177477
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue