File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
lldb/test/Shell/ObjectFile/ELF Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 66// RUN: llvm-mc -triple=x86_64-pc-linux -filetype=obj \
77// RUN: -o - - <<<".globl defined, undefined; defined:" | \
88// RUN: ld.lld /dev/stdin -o - --hash-style=gnu -export-dynamic -shared \
9- // RUN: -z nosectionheader -o %t.gnu
9+ // RUN: -o %t.gnu
10+ // RUN: llvm-strip --strip-sections %t.gnu
1011// RUN: %lldb %t.gnu -b \
1112// RUN: -o "image dump objfile" \
1213// RUN: | FileCheck %s --dump-input=always --check-prefix=GNU
2526// RUN: llvm-mc -triple=x86_64-pc-linux -filetype=obj \
2627// RUN: -o - - <<<".globl defined, undefined; defined:" | \
2728// RUN: ld.lld /dev/stdin -o - --hash-style=sysv -export-dynamic -shared \
28- // RUN: -z nosectionheader -o %t.sysv
29+ // RUN: -o %t.sysv
30+ // RUN: llvm-strip --strip-sections %t.sysv
2931// RUN: %lldb %t.sysv -b \
3032// RUN: -o "image dump objfile" \
3133// RUN: | FileCheck %s --dump-input=always --check-prefix=HASH
You can’t perform that action at this time.
0 commit comments