Skip to content

Commit c526eb8

Browse files
committed
Fix buildbots with no x86 target.
Fix for: llvm#116689
1 parent cd41803 commit c526eb8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/Shell/ObjectFile/ELF/elf-dynsym.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// the DT_GNU_HASH .dynamic key/value pairs that are loaded via the PT_DYNAMIC
44
// segment.
55

6+
// REQUIRES: x86-registered-Target
67
// RUN: llvm-mc -triple=x86_64-pc-linux -filetype=obj \
78
// RUN: -o - - <<<".globl defined, undefined; defined:" | \
89
// RUN: ld.lld /dev/stdin -o - --hash-style=gnu -export-dynamic -shared \

0 commit comments

Comments
 (0)