16 lines · plain
1# RUN: llvm-mc -filetype=obj -triple i386 --x86-align-branch-boundary=32 --x86-align-branch=jmp %s | llvm-objdump -d --no-show-raw-insn - | FileCheck %s2 3 # Check the branch align mechanism can work in 32-bit mode.4 5 .text6 .rept 317 int38 .endr9 # CHECK: 20: jmp10 jmp bar11 12 13 .type bar,@function14bar:15 ret16