brintos

brintos / llvm-project-archived public Read only

0
0
Text · 231 B · 649d739 Raw
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