diff options
| author | Pavel Labath <pavel@labath.sk> | 2019-05-23 10:46:35 +0000 |
|---|---|---|
| committer | Pavel Labath <pavel@labath.sk> | 2019-05-23 10:46:35 +0000 |
| commit | f95b05c3df6eccb66d934c6529091400195d57ff (patch) | |
| tree | 4fce05a290cb423d2dda0d257d88def759ca45b5 | |
| parent | ff47d83e7820f0342ee5d0b98f8b66a84bfee350 (diff) | |
| download | bcm5719-llvm-f95b05c3df6eccb66d934c6529091400195d57ff.tar.gz bcm5719-llvm-f95b05c3df6eccb66d934c6529091400195d57ff.zip | |
Add REQUIRES: lld to debug-types-address-ranges.s
This should fix the green dragon bots.
llvm-svn: 361481
| -rw-r--r-- | lldb/lit/SymbolFile/DWARF/debug-types-address-ranges.s | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/lit/SymbolFile/DWARF/debug-types-address-ranges.s b/lldb/lit/SymbolFile/DWARF/debug-types-address-ranges.s index 892c93d3822..5fc7c41955c 100644 --- a/lldb/lit/SymbolFile/DWARF/debug-types-address-ranges.s +++ b/lldb/lit/SymbolFile/DWARF/debug-types-address-ranges.s @@ -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 |

