You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
; RUN: llvm-mc -filetype=obj -triple=avr %s | llvm-objdump -d -r - | FileCheck %s
|
|
|
|
; CHECK: <bar>:
|
|
; CHECK-NEXT: 00 00 nop
|
|
; CHECK-NEXT: R_AVR_16 .text+0x2
|
|
bar:
|
|
.short 1f
|
|
1:
|