[llvm-shlib] Fix the version naming style of libLLVM for Windows (#85710)
[llvm-project.git] / bolt / test / X86 / relaxed-tailcall.test
blobd303c4255ae7e206c1b55b1a5d717be6034c3217
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>