brintos

brintos / llvm-project-archived public Read only

0
0
Text · 220 B · e288160 Raw
7 lines · plain
1## Check that llvm-bolt can rewrite static executable2 3RUN: %clang %cflags %S/Inputs/static_exe.s -static -o %t.exe -nostdlib4RUN: llvm-bolt %t.exe -o %t 2>&1 | FileCheck %s5 6CHECK: 1 out of 1 functions were overwritten7