[PATCH] D121876: [BOLT][DWARF] Implement monolithic DWARF5.

David Spickett via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 20 01:17:33 PDT 2022


DavidSpickett 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
----------------
Was this test just using whatever DWARF `%clang_host` defaulted to? (since I don't see any changes outside of bolt other than this)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D121876/new/

https://reviews.llvm.org/D121876



More information about the llvm-commits mailing list