[flang][cuda] Do not apply implicit data attribute on dummy arg with VALUE (#119927)
[llvm-project.git] / bolt / test / X86 / relaxed-tailcall.test
blobc2f7a71b9e3e52ed66a893d9cc3526bdd08c4d2f
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>