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 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