brintos

brintos / llvm-project-archived public Read only

0
0
Text · 324 B · c2f7a71 Raw
10 lines · plain
1## Check that tail calls can be 2 bytes in the output binary.2 3RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-unknown -o %t.o \4RUN:   %S/Inputs/relaxed_tc.s5RUN: ld.lld %t.o -o %t.exe -q6RUN: llvm-bolt %t.exe --relocs -o %t7RUN: llvm-objdump -d --disassemble-symbols=foo %t | FileCheck %s8 9CHECK: eb 00 jmp {{.*}} <bar>10