brintos

brintos / llvm-project-archived public Read only

0
0
Text · 336 B · 62a2f1d Raw
21 lines · plain
1// RUN: %clang %cflags -o %t %s2// RUN: llvm-bolt --print-cfg --print-only=_start -o %t.null %t \3// RUN:    | FileCheck %s4 5  .text6 7  .global f8  .p2align 19f:10  ret11  .size f, .-f12 13// CHECK: Binary Function "_start" after building cfg {14  .globl _start15  .p2align 116_start:17// CHECK: jal f18  jal ra, f19  ret20  .size _start, .-_start21