Add REQUIRES: lld to debug-types-address-ranges.s

This should fix the green dragon bots.

llvm-svn: 361481
This commit is contained in:
Pavel Labath 2019-05-23 10:46:35 +00:00
parent ff47d83e78
commit f95b05c3df
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@
# compute address range for the type unit as type units don't describe any
# addresses. The addresses should always resolve to the relevant compile units.
# REQUIRES: lld
# RUN: llvm-mc -dwarf-version=5 -triple x86_64-pc-linux %s -filetype=obj >%t.o
# RUN: ld.lld %t.o -o %t -image-base=0x47000
# RUN: %lldb %t -o "image lookup -a 0x48000 -v" -o exit | FileCheck %s