llvm-project/bolt/test/eh-frame-overwrite.test

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
231 B
Plaintext
Raw Permalink Normal View History

# Check that llvm-bolt can overwrite .eh_frame section in-place.
REQUIRES: system-linux
RUN: %clang %cflags %p/Inputs/hello.c -o %t -Wl,-q
RUN: llvm-bolt %t -o %t.bolt --strict | FileCheck %s
CHECK: rewriting .eh_frame in-place