brintos

brintos / llvm-project-archived public Read only

0
0
Text · 311 B · f89fe4a Raw
9 lines · plain
1## This test checks if BOLT can process stripped binaries, where symbol's section2## header index is corrupted due to strip tool.3 4# RUN: yaml2obj %p/Inputs/broken_dynsym.yaml -o %t5# RUN: llvm-strip -s %t6# RUN: llvm-bolt %t -o %t.bolt --allow-stripped | FileCheck %s7 8# CHECK-NOT: section index out of bounds9