Skip to content

Commit

Permalink
Fix buildbots with no x86 target.
Browse files Browse the repository at this point in the history
Fix for: llvm#116689
  • Loading branch information
clayborg committed Nov 19, 2024
1 parent cd41803 commit c526eb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lldb/test/Shell/ObjectFile/ELF/elf-dynsym.test
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
// the DT_GNU_HASH .dynamic key/value pairs that are loaded via the PT_DYNAMIC
// segment.

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

0 comments on commit c526eb8

Please sign in to comment.