brintos

brintos / llvm-project-archived public Read only

0
0
Text · 221 B · 3f2d869 Raw
7 lines · plain
1// This test checks that we don't try to use symbols outside of section when2// generating symbol hashes3 4RUN: yaml2obj %p/Inputs/symbol-hashes.yaml -o %t.exe5RUN: llvm-bolt %t.exe -force-data-relocations -o %t.exe.bolt6 7