Welcome to mirror list, hosted at ThFree Co, Russian Federation.

tailcall_traps.s « Inputs « X86 « test « bolt - github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cd2e5625bd358b4a4fe2978f19a6dceafe85c80a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.globl main
main:

.globl foo
foo:
	.cfi_startproc
  jmpq	*%rax
	.cfi_endproc

.globl bar
bar:
	.cfi_startproc
  jmp	moo
	.cfi_endproc

.globl moo
moo:
  nop