From c526eb891bda371c0481fcdc1507adc496431d03 Mon Sep 17 00:00:00 2001 From: Greg Clayton Date: Mon, 18 Nov 2024 19:37:56 -0800 Subject: [PATCH] Fix buildbots with no x86 target. Fix for: https://github.com/llvm/llvm-project/pull/116689 --- lldb/test/Shell/ObjectFile/ELF/elf-dynsym.test | 1 + 1 file changed, 1 insertion(+) diff --git a/lldb/test/Shell/ObjectFile/ELF/elf-dynsym.test b/lldb/test/Shell/ObjectFile/ELF/elf-dynsym.test index e33ff549443b12..c5a6a9720fbec9 100644 --- a/lldb/test/Shell/ObjectFile/ELF/elf-dynsym.test +++ b/lldb/test/Shell/ObjectFile/ELF/elf-dynsym.test @@ -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 \