brintos

brintos / llvm-project-archived public Read only

0
0
Text · 349 B · 37cfd99 Raw
21 lines · plain
1// RUN: %clang %cflags -o %t %s2// RUN: llvm-bolt --print-fix-riscv-calls --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 fix-riscv-calls {14  .globl _start15  .p2align 116_start:17// CHECK: call f18  call f19  ret20  .size _start, .-_start21