[Lldb-commits] [PATCH] D81334: 2/2: [lldb] Fix DW_TAG_GNU_call_site-DW_AT_low_pc as produced by GCC

Jan Kratochvil via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Jun 9 04:54:05 PDT 2020


jankratochvil marked 5 inline comments as done.
jankratochvil added inline comments.


================
Comment at: lldb/test/Shell/SymbolFile/DWARF/DW_TAG_GNU_call_site-DW_AT_low_pc.s:46
+	call	b
+        int3
+	ret
----------------
labath wrote:
> This is formatted strangely. Tab issues?
Yes, thanks. Some *.s files have tabs some spaces so I kept it with tabs (and fixed this one line).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D81334





More information about the lldb-commits mailing list