9 lines · plain
1# Check that llvm-bolt can overwrite .eh_frame section in-place.2 3REQUIRES: system-linux4 5RUN: %clang %cflags %p/Inputs/hello.c -o %t -Wl,-q6RUN: llvm-bolt %t -o %t.bolt --strict | FileCheck %s7 8CHECK: rewriting .eh_frame in-place9