[Lldb-commits] [PATCH] D121876: [BOLT][DWARF] Implement monolithic DWARF5.
Alexander Yermolovich via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Apr 20 11:31:01 PDT 2022
ayermolo added inline comments.
================
Comment at: lldb/test/Shell/SymbolFile/DWARF/x86/DW_TAG_variable-DW_AT_decl_file-DW_AT_abstract_origin-crosscu1.s:17
-# RUN: %clang_host -o %t %s \
+# RUN: %clang_host -gdwarf-4 -o %t %s \
# RUN: %S/Inputs/DW_TAG_variable-DW_AT_decl_file-DW_AT_abstract_origin-crosscu2.s
----------------
DavidSpickett wrote:
> Was this test just using whatever DWARF `%clang_host` defaulted to? (since I don't see any changes outside of bolt other than this)
Yes.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D121876/new/
https://reviews.llvm.org/D121876
More information about the lldb-commits
mailing list