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: beqz a0, .Ltmp011 c.beqz a0, 1f12 nop13// CHECK: .Ltmp0141:15 ret16 .size _start, .-_start17