[PATCH] D128294: [ADT] [lld-macho] Check for end iterator deref in filter_iterator_base
Daniel Bertalan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 21 11:37:30 PDT 2022
BertalanD added inline comments.
================
Comment at: lld/test/MachO/dwarf-no-compile-unit.yaml:3-4
+
+## Check that LLD does not crash if it encounters DWARF sections
+## without __debug_info compile units DIEs being present.
+
----------------
int3 wrote:
> int3 wrote:
> > how was this generated?
> (and why can't we generate it directly from `llvm-mc`?)
I guess we can. I'll update the patch in a sec.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128294/new/
https://reviews.llvm.org/D128294
More information about the llvm-commits
mailing list