Skip to content

Commit f95b05c

Browse files
committed
Add REQUIRES: lld to debug-types-address-ranges.s
This should fix the green dragon bots. llvm-svn: 361481
1 parent ff47d83 commit f95b05c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lldb/lit/SymbolFile/DWARF/debug-types-address-ranges.s

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
# compute address range for the type unit as type units don't describe any
55
# addresses. The addresses should always resolve to the relevant compile units.
66

7+
# REQUIRES: lld
8+
79
# RUN: llvm-mc -dwarf-version=5 -triple x86_64-pc-linux %s -filetype=obj >%t.o
810
# RUN: ld.lld %t.o -o %t -image-base=0x47000
911
# RUN: %lldb %t -o "image lookup -a 0x48000 -v" -o exit | FileCheck %s

0 commit comments

Comments
 (0)