xref: /llvm-project/bolt/test/eh-frame-overwrite.test (revision 996553228f8b2f3219451a2514bd6f9380f13e28)
1# Check that llvm-bolt can overwrite .eh_frame section in-place.
2
3REQUIRES: system-linux
4
5RUN: %clang %cflags %p/Inputs/hello.c -o %t -Wl,-q
6RUN: llvm-bolt %t -o %t.bolt --strict | FileCheck %s
7
8CHECK: rewriting .eh_frame in-place
9