[Lldb-commits] [PATCH] D106270: [DWARF5] Fix offset check when using .debug_names
Jan Kratochvil via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Aug 6 10:45:02 PDT 2021
jankratochvil accepted this revision.
jankratochvil added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: lldb/test/Shell/SymbolFile/DWARF/x86/find-variable-file.cpp:34
+// RUN: %clang -c -o %t-2.o --target=x86_64-pc-linux -gdwarf-5 -gsplit-dwarf -gpubnames %S/Inputs/find-variable-file-2.cpp
+// RUN: ld.lld %t-1.o %t-2.o -o %t
+// RUN: llvm-readobj --sections %t | FileCheck %s --check-prefix NAMES
----------------
I see `ld.lld` is being run directly even in other testcases so OK.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106270/new/
https://reviews.llvm.org/D106270
More information about the lldb-commits
mailing list