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