brintos

brintos / llvm-project-archived public Read only

0
0
Text · 311 B · 2aae9c3 Raw
17 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  .globl _start7  .p2align 18// CHECK: Binary Function "_start" after building cfg {9_start:10// CHECK: j .Ltmp011  c.j 1f12  nop13// CHECK: .Ltmp0141:15  ret16  .size _start, .-_start17