1 ## Check that tail calls can be 2 bytes in the output binary.
3 RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-unknown -o %t.o \
4 RUN: %S/Inputs/relaxed_tc.s
5 RUN: ld.lld %t.o -o %t.exe -q
6 RUN: llvm-bolt %t.exe --relocs -o %t
7 RUN: llvm-objdump -d --disassemble-symbols=foo %t | FileCheck %s
9 CHECK: eb 00 jmp {{.*}} <bar>