mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-20 15:14:45 +00:00
[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=avrxmega3 %s -o %t-xmega3
|
||||
; RUN: ld.lld %t-v5 -o %t-v5.out
|
||||
|
Loading…
x
Reference in New Issue
Block a user