We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff47d83 commit f95b05cCopy full SHA for f95b05c
lldb/lit/SymbolFile/DWARF/debug-types-address-ranges.s
@@ -4,6 +4,8 @@
4
# compute address range for the type unit as type units don't describe any
5
# addresses. The addresses should always resolve to the relevant compile units.
6
7
+# REQUIRES: lld
8
+
9
# RUN: llvm-mc -dwarf-version=5 -triple x86_64-pc-linux %s -filetype=obj >%t.o
10
# RUN: ld.lld %t.o -o %t -image-base=0x47000
11
# RUN: %lldb %t -o "image lookup -a 0x48000 -v" -o exit | FileCheck %s
0 commit comments