brintos

brintos / llvm-project-archived public Read only

0
0
Text · 256 B · 4b4300d Raw
10 lines · plain
1; RUN: llvm-mc -triple avr -show-encoding < %s | FileCheck %s2; RUN: llvm-mc -filetype=obj -triple avr < %s | llvm-objdump -dr - | FileCheck --check-prefix=CHECK-INST %s3 4foo:5  nop6 7; CHECK: nop                  ; encoding: [0x00,0x00]8 9; CHECK-INST: nop10