Skip to content

Commit a218706

Browse files
maksfbgithub-actions[bot]
authored andcommitted
Automerge: [BOLT] Fix program-header.test
2 parents 6c64c2e + 54a7d53 commit a218706

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bolt/test/program-header.test

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
REQUIRES: system-linux
44

5-
RUN: %clang %cflags %p/Inputs/hello.c -o %t -no-pie -Wl,-q
5+
RUN: %clang %cflags %p/Inputs/hello.c -o %t -no-pie -Wl,-q -nostartfiles \
6+
RUN: -nostdlib -ffreestanding
67
RUN: llvm-bolt %t -o %t.bolt --use-old-text --align-functions=1 \
78
RUN: --no-huge-pages --align-text=1 --use-gnu-stack \
89
RUN: | FileCheck %s --check-prefix=CHECK-BOLT
910
RUN: llvm-readelf -WS %t.bolt | FileCheck %s
1011

11-
CHECK-BOLT: rewriting .eh_frame_hdr in-place
1212
CHECK-BOLT: not adding new segments
1313

1414
CHECK-NOT: .bolt.org.eh_frame_hdr

0 commit comments

Comments
 (0)